summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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