<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Benedict White wrote:
<blockquote
cite="mid:ACF27D5D1618A443A0D3B7F1A28B4CDA0261EEC2@Snowball.cse-ltd.local"
type="cite">
<pre wrap="">From: <a class="moz-txt-link-abbreviated" href="mailto:rbldnsd-bounces@corpit.ru">rbldnsd-bounces@corpit.ru</a> [<a class="moz-txt-link-freetext" href="mailto:rbldnsd-bounces@corpit.ru">mailto:rbldnsd-bounces@corpit.ru</a>] On Behalf Of Lyle Giese
Sent: 11 May 2009 17:18
To: Daemon for DNSBLs
Subject: Re: [rbldnsd] ACL query
I am also seeing typos in your messages. Maybe you should cut and paste your
entire test zone file and the lines from /var/log/message generated by rbldnsd when loading rbldnsd.
They will provide some clues as to what rbldnsd is or is not loading.
</pre>
<pre wrap=""><!---->
Well, I am not sure what should be in the domain file, so all that is in it is:
cat /var/lib/rbldns/testzonefile.txt
<a class="moz-txt-link-abbreviated" href="http://www.hotbox.tst">www.hotbox.tst</a>
.somedomain.com
.pillsrus.cn
#end of file
Messages says:
May 11 17:37:43 pyzor rbldnsd[11023]: listening on 192.168.10.1/53
May 11 17:37:43 pyzor rbldnsd[11023]: dnset:testzonefile.txt: 20090511 163650: e/w=3/2
May 11 17:37:43 pyzor rbldnsd[11023]: zones reloaded, time 0.0e/0.0u sec, mem arena=132 free=13 mmap=0 Kb
May 11 17:37:43 pyzor rbldnsd[11023]: rbldnsd version 0.996b (29 Mar 2008) started (1 socket(s), 1 zone(s))
I could really do with seeing if the contents of testzonefile.txt is all I need.
Do I need something else on each line?
Kind regards
Benedict White
</pre>
</blockquote>
I would probably put an NS and SOA in the zone file:<br>
<br>
<pre>$SOA 3000 ns1.example.com admin.example.com 0 600 300 86400 300
# Start of authority record (TTL 3000), with serial (0) computed as
# a timestamp of data file
$NS 3000 ns1.example.com ns2.example.com
# two nameservers
</pre>
<br>
In your orginal message you were querying for hotbox.tst, but your
testzonefile.txt shows <a class="moz-txt-link-abbreviated" href="http://www.hotbox.tst">www.hotbox.tst</a>. hotbox.tst won't match
<a class="moz-txt-link-abbreviated" href="http://www.hotbox.tst">www.hotbox.tst</a>. <br>
<br>
Your orginal query was to 192.168.0.10, but the log file shows rbldnsd
listening on 192.168.10.1<br>
<br>
Try:<br>
<br>
dig @192.168.10.1 somedomain.com.surbl.internal.mydomain<br>
<br>
The format of the data in your testzonefile.txt is correct, I would
just add the SOA and NS lines.<br>
<br>
Lyle Giese<br>
LCR Computer Services, Inc.<br>
<br>
<br>
</body>
</html>