commit ba03c7647c070125a76501dd746e047107e58049
parent 75325979569347cf92e35e7c379f0e5182a56f98
Author: Luke Smith <luke@lukesmith.xyz>
Date: Mon, 27 May 2019 18:43:27 -0400
it might actually be working now
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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