Fix error in writing postfix's main.conf file.
This commit is contained in:
parent
3e5e0927f9
commit
a27c1a3a50
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user