finetuning lldap mail settings #6

Merged
mg merged 12 commits from l2 into master 2024-04-04 22:25:20 +02:00
Showing only changes of commit e031005f2e - Show all commits

View file

@ -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