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