update smtp docs

This commit is contained in:
uumas
2023-12-21 01:36:43 +02:00
parent 298f053835
commit 16e0d6eadb

View File

@@ -5,8 +5,8 @@ These variables are required by multiple roles. Example values included.
timezone: 'Europe/Helsinki' timezone: 'Europe/Helsinki'
admin_email: 'admin@domain.tld' admin_email: 'admin@domain.tld'
smtp_server: smtp.domain.tld smtp_server: smtp.domain.tld # Smtp server, must be reachable on port 587 with tls
smtp_from: sender@domain.tld smtp_from: sender@domain.tld # Address to send mail from
``` ```
# Optional variables # Optional variables
@@ -15,7 +15,7 @@ These variables are used by multiple roles and have the following default values
``` ```
reverse_proxy_type: caddy # Allowed values: caddy, traefik, none reverse_proxy_type: caddy # Allowed values: caddy, traefik, none
smtp_from: # not defined, no smtp login by default smtp_user: # not defined, no smtp login by default
smtp_pw: # not defined, see above smtp_pw: # not defined, see above
``` ```