Should I have equivalent zones for PBL as well or is ZEN enough?<br><br>-Vlad<br><br><div><span class="gmail_quote">On 8/26/07, <b class="gmail_sendername">Alex Broens</b> <<a href="mailto:ms-list@alexb.ch">ms-list@alexb.ch
</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;">On 8/26/2007 7:14 AM, Doc Schneider wrote:<br>> -----BEGIN PGP SIGNED MESSAGE-----
<br>> Hash: SHA1<br>><br>> Vlad Mazek wrote:<br>>> Ok, so setup a local rbldnsd server for a spamhaus feed.<br>>><br>>> Stupid question: how do I tell MailScanner/spamassassin to redirect<br>>> *.spamhaus.com queries to my rbldnsd server?
<br>>><br>>> -Vlad<br>>><br>><br>> For a caching name server<br>><br>> zone "<a href="http://zen.spamhaus.org">zen.spamhaus.org</a>" {<br>> type forward;<br>> forward only;
<br>> forwarders { <a href="http://1.2.3.4">1.2.3.4</a>; };<br>> };<br>><br>><br>> Of course change to <a href="http://1.2.3.4">1.2.3.4</a> to the IP of your rbldnsd server.<br><br>that's not enough
<br><br>URIBL_SBL in 25_uribl.cf queries <a href="http://sbl.spamhaus.org">sbl.spamhaus.org</a> so you'll also need<br><br>zone "<a href="http://sbl.spamhaus.org">sbl.spamhaus.org</a>" IN {<br> type forward;
<br> forward first;<br> forwarders { <a href="http://1.2.3.4">1.2.3.4</a>; };<br> };<br><br>Alex<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><br clear="all"><br>-- <br>-Vlad