Update emailwiz.sh
Deleting all settings starting with o seems rather arbitrary, but I don't know the default configuration on Vultr, so could be warranted :) But I'll be bold and guess the `sed` command and the following lines are supposed to be related?
This commit is contained in:
parent
1b0ef283a9
commit
7095c1f605
@ -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