Browse Source

it might actually be working now

pull/2/head
Luke Smith 4 years ago
parent
commit
ba03c7647c
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      mailserver.sh

+ 3
- 1
mailserver.sh View File

@@ -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


Loading…
Cancel
Save