finetuning lldap mail settings #6
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ services:
|
||||||
ALWAYS_ADD_MISSING_HEADERS: "no" # literal
|
ALWAYS_ADD_MISSING_HEADERS: "no" # literal
|
||||||
# LOG_SUBJECT: "yes" # literal
|
# LOG_SUBJECT: "yes" # literal
|
||||||
INET_PROTOCOL: ipv4
|
INET_PROTOCOL: ipv4
|
||||||
#SMTP_GENERIC_MAP: "/.*/ info@mgrote.net" # deactivated; dont overwrite sender
|
SMTP_GENERIC_MAP: |
|
||||||
|
/^From:.*nobody@lldap/ REPLACE From: lldap@mgrote.net
|
||||||
|
# "/.*/ info@mgrote.net" # deactivated; dont overwrite sender
|
||||||
networks:
|
networks:
|
||||||
- mail-relay
|
- mail-relay
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
Loading…
Reference in a new issue