From 640b29d0884b9abd908e9633241041a7672f1b5c Mon Sep 17 00:00:00 2001 From: turboaaa Date: Sun, 20 Jan 2019 00:01:55 -0500 Subject: [PATCH] Update run.sh --- run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/run.sh b/run.sh index feffb57..174196d 100644 --- a/run.sh +++ b/run.sh @@ -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