Update build/run/docker-entrypoint/init.d/30-postfix.sh

This commit is contained in:
myve 2025-01-10 21:37:34 +00:00
commit cfe2138b16

View file

@ -98,7 +98,7 @@ postmap /etc/postfix/helo_access \
/etc/postfix/smtp_header_checks /etc/postfix/header_checks \
/etc/postfix/body_checks \
/etc/postfix/postscreen_access.cidr
for map in /etc/postfix/{helo_access,{whitelist,blacklist}_{domains,emails}}
for map in /etc/postfix/{whitelist,blacklist}_{domains,emails}
do
if [ -s ${map} ]
then