diff options
Diffstat (limited to 'roles/MX/templates/etc/postfix/main.cf.j2')
| -rw-r--r-- | roles/MX/templates/etc/postfix/main.cf.j2 | 10 | 
1 files changed, 6 insertions, 4 deletions
diff --git a/roles/MX/templates/etc/postfix/main.cf.j2 b/roles/MX/templates/etc/postfix/main.cf.j2 index f7c7701..8e6040f 100644 --- a/roles/MX/templates/etc/postfix/main.cf.j2 +++ b/roles/MX/templates/etc/postfix/main.cf.j2 @@ -107,14 +107,16 @@ postscreen_dnsbl_threshold  = 3  postscreen_dnsbl_action     = enforce  postscreen_dnsbl_sites      =      zen.spamhaus.org*2 -    swl.spamhaus.org*-4 +    #swl.spamhaus.org*-4      b.barracudacentral.org*2      bl.spameatingmonkey.net*2      bl.spamcop.net      dnsbl.sorbs.net -    list.dnswl.org=127.[0..255].[0..255].0*-2 -    list.dnswl.org=127.[0..255].[0..255].1*-3 -    list.dnswl.org=127.[0..255].[0..255].[2..255]*-4 +    psbl.surriel.com +    bl.mailspike.net +    list.dnswl.org=127.0.[0..255].0*-2 +    list.dnswl.org=127.0.[0..255].1*-3 +    list.dnswl.org=127.0.[0..255].[2..3]*-4  postscreen_greet_action         = enforce  postscreen_whitelist_interfaces =  | 
