From ba03c7647c070125a76501dd746e047107e58049 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 27 May 2019 18:43:27 -0400 Subject: [PATCH] it might actually be working now --- mailserver.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mailserver.sh b/mailserver.sh index 3929ddf..7429947 100755 --- a/mailserver.sh +++ b/mailserver.sh @@ -59,7 +59,9 @@ echo "Configuring Postfix's master.cf..." sed -i "/^\s*o/d;/^\s*submission/d;/^\s*smtp/d" /etc/postfix/master.cf -echo "submission inet n - y - - smtpd +echo "smtp unix - - n - - smtp +smtp inet n - y - - smtpd +submission inet n - y - - smtpd -o syslog_name=postfix/submission -o smtpd_tls_security_level=encrypt -o content_filter=spamassassin