From a8e33f35446e1496716fc0a95c8205cbf6c49c1f Mon Sep 17 00:00:00 2001 From: Nic <123965403+ngayerie@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:49:49 +0200 Subject: [PATCH 1/2] [DNS] Update email-issues.mdx --- src/content/docs/dns/troubleshooting/email-issues.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content/docs/dns/troubleshooting/email-issues.mdx b/src/content/docs/dns/troubleshooting/email-issues.mdx index 8184aa1e7e3d692..d42009c03889bd7 100644 --- a/src/content/docs/dns/troubleshooting/email-issues.mdx +++ b/src/content/docs/dns/troubleshooting/email-issues.mdx @@ -20,6 +20,11 @@ Consult with your mail administrator or mail provider to ensure you have valid D Contact your mail administrator to confirm the DNS records for your domain are correct. Refer to our guide on [managing DNS records in Cloudflare](/dns/manage-dns-records/how-to/create-dns-records) if you need assistance to add or edit DNS records. +## Do you have NS records configured? + +NS records are used to delegate the management of hostname to another DNS provider, see [Delegate a subdomain (outgoing)](/dns/manage-dns-records/how-to/subdomains-outside-cloudflare/#delegate-a-subdomain-outgoing). +If you have some NS records configured in the DNS tab of your Cloudflare Dashboard, please make sure that these are expected and not generating conflicts. + ## Do you have CNAME Flattening enabled? When set to [Flatten all CNAMEs](/dns/cname-flattening/set-up-cname-flattening/) in your Cloudflare DNS settings, queries to all `CNAME` records will flatten to an `A` record; no `CNAME` records will be returned. From 4255e5da7ee09749019f9d9849c8d65d941317d7 Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Thu, 26 Jun 2025 08:22:49 +0100 Subject: [PATCH 2/2] Small text/style guide adjustments --- src/content/docs/dns/troubleshooting/email-issues.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/docs/dns/troubleshooting/email-issues.mdx b/src/content/docs/dns/troubleshooting/email-issues.mdx index d42009c03889bd7..2fe04f532b701a4 100644 --- a/src/content/docs/dns/troubleshooting/email-issues.mdx +++ b/src/content/docs/dns/troubleshooting/email-issues.mdx @@ -22,8 +22,7 @@ Contact your mail administrator to confirm the DNS records for your domain are c ## Do you have NS records configured? -NS records are used to delegate the management of hostname to another DNS provider, see [Delegate a subdomain (outgoing)](/dns/manage-dns-records/how-to/subdomains-outside-cloudflare/#delegate-a-subdomain-outgoing). -If you have some NS records configured in the DNS tab of your Cloudflare Dashboard, please make sure that these are expected and not generating conflicts. +NS records are used to delegate the management of a hostname to another DNS provider (refer to [Delegate a subdomain (outgoing)](/dns/manage-dns-records/how-to/subdomains-outside-cloudflare/#delegate-a-subdomain-outgoing) for further context). If you have NS records configured in the DNS tab of your Cloudflare dashboard, confirm that these are expected and not generating conflicts. ## Do you have CNAME Flattening enabled?