docs
This commit is contained in:
parent
2c769796fb
commit
e031005f2e
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ services:
|
|||
SMTP_USERNAME: info@mgrote.net
|
||||
SMTP_PASSWORD: "{{ lookup('keepass', 'strato_smtp_password', 'password') }}"
|
||||
SERVER_HOSTNAME: mgrote.net
|
||||
# DEBUG: "yes" # literal
|
||||
ALWAYS_ADD_MISSING_HEADERS: "no" # literal
|
||||
# LOG_SUBJECT: "yes" # literal
|
||||
# DEBUG: "yes" # as string not boolean
|
||||
ALWAYS_ADD_MISSING_HEADERS: "no" # as string not boolean
|
||||
# LOG_SUBJECT: "yes" # as string not boolean
|
||||
INET_PROTOCOL: ipv4
|
||||
SMTP_GENERIC_MAP: |
|
||||
/^From:.*nobody@lldap/ REPLACE From: lldap@mgrote.net
|
||||
|
|
Loading…
Reference in a new issue