On Fri, 2008-12-05 at 10:04 -0500, Ray Jette wrote: > Sorry if this is off topic. I am using a Microsoft DNS server. I am > putting a big load on it with Mailscanner / Spamassassin and MTA RBL's. > Would you recommend that I use a local BIND Cache server? Does anyone > have any good resources as to how to set this up? > > I have installed bind9 and bind-utils. I changed /etc/resolve.conf to be > the following: > nameserver 127.0.0.1 > Try adding
forwarders { ip-of-MS-DNS; }; to the options{} section of /etc/named.conf This will should send all DNS requests it can't handle itself to your MS DNS server. Martin