More diabolical email hacks

This commit is contained in:
decentral1se
2021-05-24 00:23:34 +02:00
parent 65950d33b6
commit dddd2f43ae
3 changed files with 4 additions and 4 deletions

View File

@ -18,5 +18,5 @@ relay_domains = regexp:/opt/mailman/var/data/postfix_domains \${podop}transport
{{ if eq (env "SENDER_LOGINS_POSTFIX_OVERRIDES") "1" }}
# https://github.com/Mailu/Mailu/issues/1096
smtpd_sender_login_maps = unionmap:{${podop}senderlogin, pcre:/overrides/sender_logins}
smtpd_sender_login_maps = pcre:/overrides/sender_logins \${podop}senderlogin
{{ end }}