fix: hide comments in conditional

This commit is contained in:
decentral1se 2021-12-01 18:01:17 +01:00
parent 962d8e02f6
commit a65bf3d081
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{{ if eq (env "MAILMAN_POSTFIX_OVERRIDES") "1" }}
# https://github.com/maxking/docker-mailman#setting-up-your-mta
# https://mailu.io/1.7/faq.html?highlight=override#how-can-i-override-settings
# https://github.com/Mailu/Mailu/blob/master/core/postfix/conf/main.cf
{{ if eq (env "MAILMAN_POSTFIX_OVERRIDES") "1" }}
# Please note, this config assumes "recipient_delimiter = +" in the main.cf
# and transport_maps/relay_domains preserve the overriden postfix.cf config values
# and finally, we use single lines configuration definitions because:
@ -14,7 +14,6 @@ transport_maps = regexp:/opt/mailman/var/data/postfix_lmtp \${podop}transport
local_recipient_maps = regexp:/opt/mailman/var/data/postfix_lmtp
relay_domains = regexp:/opt/mailman/var/data/postfix_domains \${podop}transport
{{ end }}
{{ if eq (env "SENDER_LOGINS_POSTFIX_OVERRIDES") "1" }}
# https://github.com/Mailu/Mailu/issues/1096