On Thu, 2005-11-03 at 22:28 +0800, List wrote: > options { > directory "/var/named"; > }; > zone "." IN { > type hint; > file "named.local"; > }; > zone "dns1.domain.com" IN { > type master; > file "dns1.domain.com"; > notify yes; > }; > include "/etc/rndc.key"; notify msgs are sent when a zone the server is authoritative for changes. The messages are sent to the servers listed in the zone's NS records. So check that u have more than one NS rec in ur zone file JS