1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 09:56:01 +00:00

[Postfix] Remove discontinued Nixspam DNSBL from existing dns_blocklists.cf

This commit is contained in:
FreddleSpl0it
2025-01-24 10:06:50 +01:00
parent 04116982a5
commit 45d14254f2
2 changed files with 5 additions and 2 deletions

View File

@@ -418,6 +418,9 @@ EOF
fi
DNSBL_CONFIG=$(grep -v '^#' /opt/postfix/conf/dns_blocklists.cf | grep '\S')
# Remove discontinued Nixspam DNSBL from existing dns_blocklists.cf
sed -i '/ix\.dnsbl\.manitu\.net\*2/d' /opt/postfix/conf/dns_blocklists.cf
if [ ! -z "$DNSBL_CONFIG" ]; then
echo -e "\e[33mChecking if ASN for your IP is listed for Spamhaus Bad ASN List...\e[0m"
if [ -n "$SPAMHAUS_DQS_KEY" ]; then

View File

@@ -316,7 +316,7 @@ services:
- dovecot
postfix-mailcow:
image: mailcow/postfix:1.78
image: mailcow/postfix:1.79
depends_on:
mysql-mailcow:
condition: service_started