Redirecting *.spamhaus.org queries to local feed server
Vlad Mazek
v at vladville.com
Sun Aug 26 15:48:52 IST 2007
Should I have equivalent zones for PBL as well or is ZEN enough?
-Vlad
On 8/26/07, Alex Broens <ms-list at alexb.ch> wrote:
>
> On 8/26/2007 7:14 AM, Doc Schneider wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Vlad Mazek wrote:
> >> Ok, so setup a local rbldnsd server for a spamhaus feed.
> >>
> >> Stupid question: how do I tell MailScanner/spamassassin to redirect
> >> *.spamhaus.com queries to my rbldnsd server?
> >>
> >> -Vlad
> >>
> >
> > For a caching name server
> >
> > zone "zen.spamhaus.org" {
> > type forward;
> > forward only;
> > forwarders { 1.2.3.4; };
> > };
> >
> >
> > Of course change to 1.2.3.4 to the IP of your rbldnsd server.
>
> that's not enough
>
> URIBL_SBL in 25_uribl.cf queries sbl.spamhaus.org so you'll also need
>
> zone "sbl.spamhaus.org" IN {
> type forward;
> forward first;
> forwarders { 1.2.3.4; };
> };
>
> Alex
>
> --
> MailScanner mailing list
> mailscanner at lists.mailscanner.info
> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>
> Before posting, read http://wiki.mailscanner.info/posting
>
> Support MailScanner development - buy the book off the website!
>
--
-Vlad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20070826/2c0f0e29/attachment.html
More information about the MailScanner
mailing list