[Exim] testing rbl style zones

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Richard Welty
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [Exim] testing rbl style zones
i'm playing with an experimental RBL style zone, and am having a
little trouble getting it working right. unfortunately, there's no
real documentation on the formats for these zones, anywhere, so i'm
kind of fumbling in the dark.

the zone i'm playing with is at kbl.krusty-motorsports.com

my rbl_domains is set to:

rbl_domains =
kbl.krusty-motorsports.com:relays.visi.com:spamhaus.relays.osirusoft.com:dialups.relays.osirusoft.com

i'm using relays.visi.com to control open relays, it's working well
with exim, and it returns the results of dig in this format:

$ dig @relays.visi.com. 100.249.36.211.relays.visi.com in any

; <<>> DiG 9.1.0 <<>> @relays.visi.com. 100.249.36.211.relays.visi.com
in any

;; ANSWER SECTION:
100.249.36.211.relays.visi.com. 3600 IN TXT     "Mail from
211.36.249.100 refused -- see
http://relays.visi.com/nph-l.cgi?211.36.249.100"
100.249.36.211.relays.visi.com. 3600 IN A       127.0.0.2


since it is working with exim, i've emulated this format with my own
list:

dig @kbl.krusty-motorsports.com
158.198.23.216.kbl.krusty-motorsports.com. in any

;; ANSWER SECTION:
158.198.23.216.kbl.krusty-motorsports.com. 86400 IN A 127.0.0.2
158.198.23.216.kbl.krusty-motorsports.com. 86400 IN TXT "Mail from
216.23.198.128/25 blocked - See
http://www.krusty-motorsports.com/blocked.html"

there's no evidence in rejectlog or mainlog of my lookups being done,
and a spam from 216.23.198.158 leaked through last night. how do i
debug this?

thanks,
richard