Merge pull request #3 from wrigleyster/patch-1
Fix typo in the deleting of `-o` flags
This commit is contained in:
commit
493fbd2f73
@ -55,7 +55,7 @@ postconf -e "home_mailbox = Mail/Inbox/"
|
|||||||
|
|
||||||
echo "Configuring Postfix's master.cf..."
|
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
|
echo "smtp unix - - n - - smtp
|
||||||
smtp inet n - y - - smtpd
|
smtp inet n - y - - smtpd
|
||||||
|
Loading…
Reference in New Issue
Block a user