content-type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-RT-Original-Encoding: ISO-8859-1 Content-Length: 781 Here's the input zone file: --SNIP-- $TTL @ IN SOA server00.dnslab.org. alan.clegg.com. ( 1 3600 600 5w 5m ) @ IN NS server00.dnslab.org. www IN A 12.12.12.12 --SNIP-- Here's the output: root@server00:/etc/namedb/master# named-checkconf -z dns_master_load: master/zone00.dnslab.org:2: unexpected end of line dns_master_load: master/zone00.dnslab.org:1: unexpected end of input master/zone00.dnslab.org:5: no TTL specified; zone rejected master/zone00.dnslab.org:7: no TTL specified; zone rejected zone zone00.dnslab.org/IN: loading from master file master/zone00.dnslab.org failed: unexpected end of input zone zone00.dnslab.org/IN: not loaded due to errors. _default/zone00.dnslab.org/IN: unexpected end of input Maybe a simple "$TTL value missing" or something? AlanC