1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-05-31 17:40:54 +00:00

fix incorrect path

This commit is contained in:
KiekerJan 2025-05-24 14:43:16 +02:00
parent b5864f43f0
commit b41c34034f

View File

@ -267,7 +267,7 @@ END
) )
# Cleanup dnsbl reply mapping, potentially set when DQS was enabled previously # Cleanup dnsbl reply mapping, potentially set when DQS was enabled previously
management/editconf.py /etc/postfix/main.cf -e rbl_reply_maps= tools/editconf.py /etc/postfix/main.cf -e rbl_reply_maps=
rm -rf /etc/postfix/dnsbl-reply-map rm -rf /etc/postfix/dnsbl-reply-map
else else
@ -297,7 +297,7 @@ EOF
postmap hash:/etc/postfix/dnsbl-reply-map postmap hash:/etc/postfix/dnsbl-reply-map
management/editconf.py /etc/postfix/main.cf \ tools/editconf.py /etc/postfix/main.cf \
rbl_reply_maps=hash:/etc/postfix/dnsbl-reply-map rbl_reply_maps=hash:/etc/postfix/dnsbl-reply-map
fi fi
@ -320,7 +320,7 @@ END
) )
# Apply configuration # Apply configuration
management/editconf.py /etc/postfix/main.cf -w \ tools/editconf.py /etc/postfix/main.cf -w \
smtpd_sender_restrictions="$CONF_SMTPD_SENDER_RESTRICTIONS" \ smtpd_sender_restrictions="$CONF_SMTPD_SENDER_RESTRICTIONS" \
smtpd_recipient_restrictions="$CONF_SMTPD_RECIPIENT_RESTRICTIONS" smtpd_recipient_restrictions="$CONF_SMTPD_RECIPIENT_RESTRICTIONS"