Fix error in writing postfix's main.conf file.

This commit is contained in:
Christoph 2017-10-22 13:13:00 +02:00
parent 3e5e0927f9
commit a27c1a3a50

View File

@ -833,7 +833,7 @@ if $IS_RELAY_HOST ; then
cat <<EOF >> /etc/postfix/main.cf cat <<EOF >> /etc/postfix/main.cf
#======= SASL Authentification ============ #======= SASL Authentification ============
smtpd_sasl_auth_enable = \$SASL_AUTH_ENABLED smtpd_sasl_auth_enable = $SASL_AUTH_ENABLED
smtpd_sasl_type = cyrus smtpd_sasl_type = cyrus
smtpd_sasl_path = smtpd smtpd_sasl_path = smtpd