install_amavis.sh: disable sasl auth on port 25 by default.

This commit is contained in:
Christoph 2020-08-08 18:05:12 +02:00
parent bdaf20d304
commit 19dc947882

View File

@ -4699,6 +4699,7 @@ while IFS='' read -r _line || [[ -n $_line ]] ; do
smtp inet n - y - - smtpd
-o smtpd_proxy_filter=127.0.0.1:10024
-o content_filter=
-o smtpd_sasl_auth_enable=no
EOF
if ! $submission_present && ! $smtps_present && ! $localhost_10025_present ; then
cat >> $postfix_master_cf << EOF