Dnsbl / bind in harmony

wrolf.courtney at donovandata.com wrolf.courtney at donovandata.com
Mon Jun 14 15:29:51 UTC 2004





Simple with BIND 9.  Have BIND listend on 53, but forward queries for your
DNSBL to djbdns on another port:

zone "your.zone.com" IN {
        type forward;
        forward first;
        forwarders {
                127.0.0.1 port 650;
        };
};

See http://www.surbl.org/rbldnsd-bind-freebsd.html for more details.

Wrolf Courtney

bind9-users-bounce at isc.org wrote on 06/07/2004 01:42:13 PM:

> Hello,
>
> I'd like to configure a nameserver machine to perform both bind style
zone
> transfers and also djbdns rbldns .  Has anyone done this?  I don't like
the
> idea of using tinydns to do the zone transfers since ixfr isn't
supported.
> The purpose of this is to run both spamcop rsync rblddns style and maps
zone
> file based transfers.
>
> Thanks
> Dan Durrer
>
>



More information about the bind-users mailing list