Date: Thu, 21 Sep 2000 10:48:26 -0700 From: Jon Rust <jpr@vcnet.com> To: freebsd-questions@freebsd.org Subject: BIND error: non-glue record? Message-ID: <20000921104826.E83296@mail.vcnet.com>
next in thread | raw e-mail | index | archive | help
This just started happening since updating to 4.1s from 3.4s last week:
Sep 21 10:28:48 mail named[90]: zone: domain.com/IN: non-glue
record at bottom of zone: hq.domain.com/MX
Here's the zone file for domain.com:
$TTL 604800
@ IN SOA ns1.vcnet.com. postmaster.mail.vcnet.com. (
2000090301
10800
3600
604800
86400)
IN NS ns1.vcnet.com.
IN NS ns2.vcnet.com.
IN MX 20 smtp.vcnet.com.
hq IN NS server.domain.com.
IN MX 10 server
server IN A 10.10.10.10
ftp IN CNAME server
www IN CNAME server
mail IN CNAME server
The zone file hasn't changed (save the serial) since it worked without
the error. What have I done wrong?
thanks,
jon
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000921104826.E83296>
