install_postfix_advanced.sh: set 'smtpd_sasl_auth_enable = no' in case of sympa list server.

This commit is contained in:
Christoph 2022-09-26 16:11:01 +02:00
parent ecb0037e16
commit 6c9383e828

View File

@ -360,7 +360,7 @@ if $IS_RELAY_HOST ; then
if [[ "$IS_SYMPA_LIST_SERVER" = 'yes' || "$IS_SYMPA_LIST_SERVER" = 'true' ]] ; then
IS_SYMPA_LIST_SERVER=true
SASL_AUTH_ENABLED=yes
SASL_AUTH_ENABLED=no
else
IS_SYMPA_LIST_SERVER=false
fi