Update run.sh

This commit is contained in:
turboaaa 2019-01-20 00:01:55 -05:00 committed by GitHub
parent d3f3316ccf
commit 640b29d088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
run.sh
View File

@ -22,7 +22,6 @@ postconf -e "smtp_use_tls = yes"
postconf -e "smtp_sasl_auth_enable = yes"
postconf -e "smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd"
postconf -e "smtp_sasl_security_options = noanonymous"
postconf -e "smtp_sasl_tls_security_options = noanonymous"
# Create sasl_passwd file with auth credentials
if [ ! -f /etc/postfix/sasl_passwd ]; then