summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-27 18:43:27 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-05-27 18:43:27 -0400
commitba03c7647c070125a76501dd746e047107e58049 (patch)
tree671c2a8624b4b00ea90ecb3804cae3f13f150299
parent75325979569347cf92e35e7c379f0e5182a56f98 (diff)
it might actually be working now
-rwxr-xr-xmailserver.sh4
1 files changed, 3 insertions, 1 deletions
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