Merge pull request #3 from wrigleyster/patch-1

Fix typo in the deleting of `-o` flags
This commit is contained in:
Luke Smith 2019-06-02 08:56:30 -04:00 committed by GitHub
commit 493fbd2f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ postconf -e "home_mailbox = Mail/Inbox/"
echo "Configuring Postfix's master.cf..."
sed -i "/^\s*o/d;/^\s*submission/d;/^\s*smtp/d" /etc/postfix/master.cf
sed -i "/^\s*-o/d;/^\s*submission/d;/^\s*smtp/d" /etc/postfix/master.cf
echo "smtp unix - - n - - smtp
smtp inet n - y - - smtpd