<br><br><div><span class="gmail_quote">On 7/31/07, <b class="gmail_sendername">UxBoD</b> <<a href="mailto:uxbod@splatnix.net">uxbod@splatnix.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I am attempting to setup our own RBL (that bit has gone fine) but on the DNS servers I need to define a subdomain. I have in out <a href="http://db.example.com">db.example.com</a> the following :-<br><br>$TTL 172800 ; 2 days
<br>$ORIGIN <a href="http://example.com">example.com</a>.<br>@ IN SOA <a href="http://ns1.example.com">ns1.example.com</a>. <a href="http://root.ns1.example.com">root.ns1.example.com</a>. (<br> 2007073108 ; serial
<br> 900 ; refresh (15 minutes)<br> 300 ; retry (5 minutes)<br> 604800 ; expire (1 week)<br> 2592000 ; minimum (4 weeks 2 days)
<br> )<br> NS ns1<br> NS ns2<br><br> MX 5 mail<br><br>... <All the A records> ...<br><br><br>$ORIGIN
<a href="http://dnsrbl.example.com">dnsrbl.example.com</a>.<br> IN NS <a href="http://rblserver.example.com">rblserver.example.com</a>.<br><br>If I do a dig against <a href="http://example.com">
example.com</a> I get back ns1 and ns2. But if I do a dig against <a href="http://dnsrbl.example.com">dnsrbl.example.com</a> I get nothing.<br><br>What is wrong with my syntax ?</blockquote><div>UxBoD,<br><br>You might need some glue in
<a href="http://dnsrbl.example.com">dnsrbl.example.com</a> for <a href="http://rblserver.example.com">rblserver.example.com</a>, or move everything into your <a href="http://emaple.com">emaple.com</a> domain.<br><br>What if you try something like:
<br><br>$TTL 172800 ; 2 days<br>$ORIGIN <a href="http://example.com">example.com</a>.<br>@ IN SOA <a href="http://ns1.example.com">ns1.example.com</a>. <a href="http://root.ns1.example.com">root.ns1.example.com
</a>. (<br> 2007073108 ; serial<br> 900 ; refresh (15 minutes)<br> 300 ; retry (5 minutes)<br> 604800 ; expire (1 week)
<br> 2592000 ; minimum (4 weeks 2 days)<br> )<br> NS ns1<br> NS ns2<br><br> MX 5 mail
<br><br>rblserver IN A <a href="http://10.10.1.1">10.10.1.1</a><br>dnsrbl IN NS <a href="http://rblserver.example.com">rblserver.example.com</a>.<br><br>JC<br><br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Regards,<br><br>--[ UxBoD ]--<br>// PGP Key: "curl -s <a href="https://www.splatnix.net/uxbod.asc">https://www.splatnix.net/uxbod.asc</a> | gpg --import"<br>// Fingerprint: C759 8F52 1D17 B3C5 5854 36BD 1FB1 B02F 5DB5 687B
<br>// Keyserver: <a href="http://www.keyserver.net">www.keyserver.net</a> Key-ID: 0x5DB5687B<br>// Phone: +44 845 869 2749 SIP Phone: <a href="mailto:uxbod@sip.splatnix.net">uxbod@sip.splatnix.net</a><br><br><br>--<br>This message has been scanned for viruses and
<br>dangerous content by MailScanner, and is<br>believed to be clean.<br><br>--<br>MailScanner mailing list<br><a href="mailto:mailscanner@lists.mailscanner.info">mailscanner@lists.mailscanner.info</a><br><a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner">
http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br><br>Before posting, read <a href="http://wiki.mailscanner.info/posting">http://wiki.mailscanner.info/posting</a><br><br>Support MailScanner development - buy the book off the website!
<br></blockquote></div><br>