options { directory "/var/named"; // query-source address * port 53; // removed jm 2010-03-30 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; }; channel default_syslog { syslog; severity info; }; //trying to add more logging - 2011-11-1 kam }; zone "spamassassin.org" { type master; file "spamassassin.org"; notify explicit; also-notify { 209.237.226.90; // ns.hyperreal.org NOTE: Hyperreal using DJB's tinydns so notifies aren't used. Now Updates via cron every 15 minutes as of 2011-11-2. Run by brian@behlendorf.com. 209.237.226.92; // ns.hyperreal.org 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 64.142.100.92; // sonic.net as of sep 2008 64.142.8.20; // sonic.net as of sep 2008 }; }; include "/var/named/named-other.conf";