[Exim] rbl

Etusivu
Poista viesti
Vastaa
Lähettäjä: Jonas Jacobsson
Päiväys:  
Vastaanottaja: Exim-users mailinglist
Aihe: [Exim] rbl
Hi,

I want to use both RBL and ORDB and have configured Exim as follows:

rbl_domains = blackholes.mail-abuse.org/reject : relays.ordb.org/reject
rbl_hosts = !10.1.1.0/24 : 0.0.0.0/0 # check all hosts other than those on internal network
rbl_reject_recipients = true
rbl_warn_header = true
rbl_log_headers
rbl_log_rcpt_count

But it doesn't seem that either RBL or ORDB work as it should according to:
http://www.ordb.org/faq/#test_blocking
and
http://mail-abuse.org/rbl/usage.html#DNSuse

The ORDB test report:

"Test message.
[...]
<<250 OK id=17MxpB-00018O-00
It looks like the mail went through. That might not be what you want."


The RBL test report:

"Test message
.
250 OK id=17MxxL-00018u-00
quit
Successful termination. As far as I can tell, the email was delivered.
That might not be what you want."


I hope that anyone here can help me!

Regards,
Jonas, Sweden