options { directory "/var/named"; query-source address * port 53; pid-file "/tmp/named.pid"; notify no; // Leave it up to each zone ... allow-transfer { none; }; interface-interval 0; // We don't change interfaces ... auth-nxdomain no; // Conform to RFC1035 recursion no; }; include "/var/named/named.keys"; controls { inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys { "rndc-key"; }; }; // Limit logging to syslog only, and kill the lame-server business ... logging { category default { default_syslog; }; category lame-servers { null; }; }; zone "spamassassin.org" { type master; file "spamassassin.org"; notify explicit; also-notify { 209.237.226.90; // ns.hyperreal.org 209.237.226.92; // ns.hyperreal.org 67.91.233.27; // ns1.kluge.net 64.142.100.92; // sonic.net as of sep 2008 }; allow-transfer { 209.237.226.90; // ns.hyperreal.org 209.237.226.92; // ns.hyperreal.org 67.91.233.27; // ns1.kluge.net 64.142.100.92; // sonic.net as of sep 2008 64.142.8.20; // ditto }; }; include "/var/named/named-other.conf";