Fix for fix
I did not paid attention to the "User overrides" sed/q
This commit is contained in:
@@ -435,11 +435,13 @@ EOF
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
sed -i '/User overrides/q' /opt/postfix/conf/main.cf
|
||||||
|
|
||||||
# Append postscreen dnsbl sites to main.cf
|
# Append postscreen dnsbl sites to main.cf
|
||||||
cat /opt/postfix/conf/dns_blocklists.cf >> /opt/postfix/conf/main.cf
|
cat /opt/postfix/conf/dns_blocklists.cf >> /opt/postfix/conf/main.cf
|
||||||
cat /tmp/spamhaus.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
|
echo >> /opt/postfix/conf/main.cf
|
||||||
touch /opt/postfix/conf/extra.cf
|
touch /opt/postfix/conf/extra.cf
|
||||||
sed -i '/myhostname/d' /opt/postfix/conf/extra.cf
|
sed -i '/myhostname/d' /opt/postfix/conf/extra.cf
|
||||||
|
Reference in New Issue
Block a user