What NS record means
An NS record delegates a zone. The parent publishes a set of NS records pointing at the name servers responsible for the child, and the child publishes the same set at its own apex. Both exist for a reason — resolvers follow the parent's delegation, while the child's apex NS set is the authoritative one — and when the two disagree, some resolvers get answers that others do not.
That matters for mail because every authentication decision a receiver makes begins as a DNS query. If one name server in the delegation is unreachable or serving a stale copy of the zone, an SPF evaluation can return temperror, a DKIM key can appear to be missing and a DMARC record can appear never to have been published. At the receiver, each of those is indistinguishable from a domain that published nothing.
Check that the delegation at the parent matches the apex NS set, that every listed server answers, and that they answer with the same zone serial. A domain with one working name server and three that time out looks healthy most of the time, which is the least useful kind of fault to have.
See it on your own domain. Every term in this glossary is something one of the eleven checks reads and reports.
Browse the lookupsKeep reading
Related checks, definitions and guides.
- TXT record What those name servers have to serve correctly.
- SPF One evaluation that fails when a lookup times out.
- NS record lookup List the name servers a domain delegates to.
- WHOIS lookup Compare them with the delegation the registry holds.
- How email authentication fits together Every check in the chain starts with a DNS query.