White list at spamhaus.org
2010-10-29 by Christian Pélissier
Since september 2010 spamhaus has also a whitelisting DNS service. See : http://www.spamhauswhitelist.com/en/ I have changed greylist.conf and add the following lines. dnsrbl "MTAWL16" swl.spamhaus.org 127.0.2.2 dnsrbl "MTAWL17" swl.spamhaus.org 127.0.2.3 dnsrbl "MTAWL18" swl.spamhaus.org 127.0.2.102 dnsrbl "MTAWL19" swl.spamhaus.org 127.0.2.103 racl whitelist dnsrbl "MTAWL16" racl whitelist dnsrbl "MTAWL17" racl whitelist dnsrbl "MTAWL18" racl whitelist dnsrbl "MTAWL19" After 3 hours I did'nt found any line matching spamhaus ACLs in my syslog file : line like looking like Oct 29 12:25:44 emix milter-greylist: [ID 902575 mail.info] o9TAPTo8029733: skipping greylist because address @IP is in DNSRBL, .... ACL 90 What is wrong in my config ? PS. DNS query looks to be the same : here with the test address 127.0.0.2 : $ host 2.0.0.127.swl.spamhaus.org 2.0.0.127.swl.spamhaus.org has address 127.0.2.2 $ host 2.0.0.127.list.dnswl.org 2.0.0.127.list.dnswl.org has address 127.0.10.0 -- Christian Pélissier