[rbldnsd] Where Have I Gone Wrong?, Please?

David Cary Hart rbldnsd at TQMcube.com
Fri Jan 21 18:18:46 MSK 2005


All machine are Fedora 3. I added the second local IP listener as part
of debugging. 

Rbldnsd Configuration (machine "c"):

RBLDNSD="dsbl -r/var/lib/rbldns/dsbl -b127.0.0.1 -b192.168.0.31 \
	local.rbl.tqmcube.com:ip4set:rblclients \
	hosts.rbl.tqmcube.com:dnset:rblhosts \
"
rblclients snippet:
	:127.0.0.2:Tqm3-DNSBL. $ is a known spam source
	195.250.0.0/16
	199.243.0.0/16

rblhosts snippet:
	:127.0.0.2:Tqm3-DNSBL. Known spam source
	.drugstore.com
	.0spam.com

This all produces:

Starting rbldnsd: dsbl
rbldnsd: listening on 127.0.0.1/53
rbldnsd: listening on 192.168.0.31/53
rbldnsd: ip4set:rblclients: 20050120 212127: e32/24/16/8=116/97/35/2
rbldnsd: dnset:rblhosts: 20050120 212014: e/w=165/165
rbldnsd: zones reloaded, time 0.0e/0.0u sec, mem arena=300 free=130
mmap=0 Kb
rbldnsd: rbldnsd version 0.994 (18 Dec 2004) started (2 socket(s), 2
zone(s))
---------------------------------------------------------------------
Bind running as network caching name server including local host
resolution. Bind named.conf portion on machine "b":

        zone "local.rbl.tqmcube.com" IN {
        type forward;
        forward first;
        forwarders {
        192.168.0.31;
        };
        };
        
        zone "hosts.rbl.tqmcube.com" IN {
        type forward;
        forward first;
        forwarders {
        192.168.0.31;
        };
        };
----------------------------------------------
Postfix main.cf snippet on machine "a"
smtpd_recipient_restrictions =
    permit_mynetworks,
    reject_rbl_client local.rbl.tqmcube.com,
    reject_rhsbl_client hosts.rbl.tqmcube.com,
    reject_rhsbl_sender hosts.rbl.tqmcube.com,

________________________________________________________________________
Total Quality Management - A Commitment to Excellence
http://www.TQMcube.com



More information about the rbldnsd mailing list