install_postfix_advanced.sh: set 'smtpd_sasl_auth_enable = no' in case of sympa list server.
This commit is contained in:
parent
ecb0037e16
commit
6c9383e828
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user