[rbldnsd] Cookbook info about setting up rbldnsd

Brian bcook-rbldnsd at poklib.org
Tue Mar 9 17:57:08 MSK 2004


Ok,

In trying to follow..

(I'm trying to make sure this works)

grep dnsbl data
Za.dnsbl.bsdwebsolutions.com:a.dnsbl.bsdwebsolutions.com:hostmaster.bsdwebsolutions.com
Zb.dnsbl.bsdwebsolutions.com:b.dnsbl.bsdwebsolutions.com:hostmaster.bsdwebsolutions.com
&a.dnsbl.bsdwebsolutions.com::a.dnsbl.bsdwebsolutions.com
&b.dnsbl.bsdwebsolutions.com::b.dnsbl.bsdwebsolutions.com
=dnsbl.bsdwebsolutions.com:64.72.68.24:3600
+a.dnsbl.bsdwebsolutions.com:64.72.68.24:3600
+b.dnsbl.bsdwebsolutions.com:64.72.68.24:3600

This is my tinydns info

this is my run file:
#! /bin/sh
pidf=/var/run/rbldns-dsbl.pid
kill `cat $pidf` 2>/dev/null && sleep 1
/usr/local/sbin/rbldnsd \
   -r /home/rbldns/work \
   -u rbldns \
   -t 300 \
   -b 64.72.68.24 \
   -p $pidf \
   -l log \
   -v \
   a.dnsbl.bsdwebsolutions.com:ip4set:data/rbldns-data \
   b.dnsbl.bsdwebsolutions.com:ip4set:data/whitelist-data \

And my datafiles:

  cat rbldns-data
$SOA 300 a.dnsbl.bsdwebsolutions.com hostmaster.bsdwebsolutions.com 0 
600 300 86400 300
$NS 300 a.ns.bsdwebsolutions.com b.ns.bsdwebsolutions.com

66.155.138      :24:Too Much Spam - 20040309
218.236.132     :24:Too Much Spam - 20040309
218.236.135     :24:Too Much Spam - 20040309
221.140.69      :24:Too Much Spam - 20040309

  cat whitelist-data
$SOA 3000 b.dnsbl.bsdwebsolutions.com hostmaster.bsdwebsolutions.com 0 
600 300 86400 300
$NS 3000 a.ns.bsdwebsolutions.com b.ns.bsdwebsolutions.com

# Road Runners outbound smtpd's
24.24.2.52      :10:RoadRunner OutBound SMTPD - 20040309
24.24.2.55      :10:RoadRunner OutBound SMTPD - 20040309
24.24.2.56      :10:RoadRunner OutBound SMTPD - 20040309
24.24.2.57      :10:RoadRunner OutBound SMTPD - 20040309
24.29.109.5     :10:RoadRunner OutBound SMTPD - 20040309
24.29.109.6     :10:RoadRunner OutBound SMTPD - 20040309


when I do this:
host 1.69.140.221.a.dnsbl.bsdwebsolutions.com I get:
Host not found

but when I do this:
host 1.69.140.221.a.dnsbl.bsdwebsolutions.com 64.72.68.24
I get my 127.0.0.24 answer..

host 157.87.167.216.no-more-funn.moensted.dk
157.87.167.216.no-more-funn.moensted.dk has address 127.0.0.7
  this works.. but mine doesn't.. what am I missing.. or doing wrong?

- Brian



Harri Nyman wrote:

> One request, from dummy side of the internet:
> 
> Please, create "cookbook" setup instructions for rbldnsd
> 
> I know how to live with regular dns, but there are some difficulties in
> setting up rbldnsd.... let's start from the basics ;)
> 
> - I'm trying to set up bl.64r.net as my blacklist domain/host, do I need to
> delegate this bl.64r.net from my main dns servers to rbldns box or is simple
> host ip setup enough?
> 
> - Well, I even managed to get this thing running - but everything is refused
> so obiviously there is something wrong, most likely in the way I've set up
> bl.64r.net....
> 
> - And last, examples of two things: command line for above setup and
> simpliest possible ip4set conf file...
> 
> ah, before I forget, my main dns servers are ns3.64r.net and ns4.64r.net
> 
> I've been going through mailing list archives, but... help? :)
> 
> Harri
> 
> 
> _______________________________________________
> rbldnsd mailing list
> rbldnsd at corpit.ru
> http://www.corpit.ru/mailman/listinfo/rbldnsd


More information about the rbldnsd mailing list