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