From 19dc947882a44b82fcd2a25cbfebe0dc971c8f5c Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 8 Aug 2020 18:05:12 +0200 Subject: [PATCH] install_amavis.sh: disable sasl auth on port 25 by default. --- install_amavis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_amavis.sh b/install_amavis.sh index ba0805f..891a3cb 100755 --- a/install_amavis.sh +++ b/install_amavis.sh @@ -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