Fix for fix

I did not paid attention to the "User overrides" sed/q
This commit is contained in:
Sébastien RICCIO 2023-08-01 13:59:23 +02:00 committed by GitHub
parent 5e7583c5e6
commit 7cda9f063f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -435,11 +435,13 @@ EOF
fi
fi
sed -i '/User overrides/q' /opt/postfix/conf/main.cf
# Append postscreen dnsbl sites to main.cf
cat /opt/postfix/conf/dns_blocklists.cf >> /opt/postfix/conf/main.cf
cat /tmp/spamhaus.cf >> /opt/postfix/conf/main.cf
sed -i '/User overrides/q' /opt/postfix/conf/main.cf
# Append user overrides
echo >> /opt/postfix/conf/main.cf
touch /opt/postfix/conf/extra.cf
sed -i '/myhostname/d' /opt/postfix/conf/extra.cf