[exim] adding rbls...

Top Page
Delete this message
Reply to this message
Author: John Doe
Date:  
To: exim-users
Subject: [exim] adding rbls...
Hi,

I am trying to setup rbls:

acl_check_rcpt:    
  ...
  deny    dnslists      = dnsbl.njabl.org : zen.spamhaus.org : cbl.abuseat.org : bl.spamcop.net
          message       = $sender_host_address blacklisted by $dnslist_domain\n$dnslist_text
  warn    dnslists      = dnsbl.njabl.org : zen.spamhaus.org : cbl.abuseat.org : bl.spamcop.net
          add_header    = X-Warning: $sender_host_address blacklisted by $dnslist_domain
          log_message   = found in $dnslist_domain


Is it correct?
Is the selection of servers up to date?
I saw some people puting it under 'acl_conn_mx:' instead... Would it be better?
Do I need to do anything else apart from adding these lines in the configuration?

Thx,
JD