Date: Thu, 21 Sep 2000 16:21:42 -0700 (PDT) From: Dan Busarow <dan@dpcsys.com> To: Jon Rust <jpr@vcnet.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: BIND error: non-glue record? Message-ID: <Pine.BSF.3.96.1000921160445.11514C-100000@java.dpcsys.com> In-Reply-To: <20000921104826.E83296@mail.vcnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 21 Sep 2000, Jon Rust wrote: > 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 I believe it's your MX record here. Since the line above it delegates the hq subdomain you shouldn't be specifying resources in that zone. The message might mean something like "specifying anything other than glue when delegating is bad." > server IN A 10.10.10.10 You do have the needed glue here. Also, looking at the MX priority numbers, is server.domain.com actually the primary MX for domain.com rather than the primary for hq.domain.com as the zone file says? If so, move it up one line. Dan -- Dan Busarow 949 443 4172 Dana Point Communications, Inc. dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 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?Pine.BSF.3.96.1000921160445.11514C-100000>