Merge pull request #426 from Spitfireap/mitigate-spamhaus-dns

mitigate false spamhaus reject
This commit is contained in:
Antoine Nguyen
2022-09-16 17:11:21 +02:00
committed by GitHub

View File

@@ -142,10 +142,10 @@ postscreen_blacklist_action = enforce
# Use some DNSBL # Use some DNSBL
postscreen_dnsbl_sites = postscreen_dnsbl_sites =
zen.spamhaus.org*3 zen.spamhaus.org=127.0.0.[2..11]*3
bl.spameatingmonkey.net*2 bl.spameatingmonkey.net=127.0.0.2*2
bl.spamcop.net bl.spamcop.net=127.0.0.2
dnsbl.sorbs.net dnsbl.sorbs.net=127.0.0.[2..15]
postscreen_dnsbl_threshold = 3 postscreen_dnsbl_threshold = 3
postscreen_dnsbl_action = enforce postscreen_dnsbl_action = enforce