diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-06-05 16:47:39 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-06-05 16:47:51 +0200 |
commit | fb5b283d8035bdf8f6502d46f0eb12d4bb24f975 (patch) | |
tree | e2b66b6dbb5c27a98a2ef5872943d16e37f54f64 /roles/MX | |
parent | 9fc349a989f536b3ccb688db4bcf1ea36774a393 (diff) |
postscreen: lower zen.spamhaus.org DNSBL score from 3 to 2 on the MX:es.
So being listed on that BL doesn't yield a flat reject if the IP isn't
also listed to other lists.
Diffstat (limited to 'roles/MX')
-rw-r--r-- | roles/MX/templates/etc/postfix/main.cf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/MX/templates/etc/postfix/main.cf.j2 b/roles/MX/templates/etc/postfix/main.cf.j2 index 9aba571..f7c7701 100644 --- a/roles/MX/templates/etc/postfix/main.cf.j2 +++ b/roles/MX/templates/etc/postfix/main.cf.j2 @@ -106,7 +106,7 @@ postscreen_blacklist_action = drop postscreen_dnsbl_threshold = 3 postscreen_dnsbl_action = enforce postscreen_dnsbl_sites = - zen.spamhaus.org*3 + zen.spamhaus.org*2 swl.spamhaus.org*-4 b.barracudacentral.org*2 bl.spameatingmonkey.net*2 |