1
0
Fork 0
mirror of https://github.com/lukesmithxyz/emailwiz synced 2024-06-08 15:56:10 +02:00

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:
Jakob 2019-06-02 11:32:18 +02:00 committed by GitHub
parent 1b0ef283a9
commit 7095c1f605
Signed by: GitHub
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