You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/dmarc-management/enable.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,17 @@ import { GlossaryTooltip } from "~/components"
13
13
You need to enable DMARC Management to allow Cloudflare to process DMARC reports on your behalf. DMARC Management only works with <GlossaryTooltipterm="apex domain">apex domains</GlossaryTooltip> and not domains in [subdomain setups](/dns/zone-setups/subdomain-setup/).
14
14
15
15
:::caution[A warning on DMARC Management and SPF records]
16
-
17
16
DMARC Management does not support modifications to SPF records when a CNAME record in your zone points to an external domain. Any changes to the SPF record could invalidate your DMARC policy, as Cloudflare cannot update the associated external DNS records. We recommend managing SPF updates directly through the external domain's DNS provider.
18
-
19
17
:::
20
18
19
+
To enable DMARC Management:
20
+
21
21
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
22
22
2. Go to **Email** > **DMARC Management**.
23
23
3. Select **Enable DMARC Management**.
24
-
4. DMARC Management will scan your zone for DMARC records.
24
+
4. DMARC Management will scan your zone for DMARC records, and will present you with two outcomes:
25
25
26
-
1. If no record is found, Cloudflare will automatically invite you to add one that you can edit later. Select **Add** to continue.
27
-
2. If there is a DMARC record in your zone, Cloudflare will add another `rua` entry to it. This additional `rua` tag has a Cloudflare email address and is needed for Cloudflare to be able to start processing DMARC reports on your behalf. Select **Next** to continue.
26
+
- If no DMARC record is found, Cloudflare will automatically invite you to add one that you can edit later. Select **Add** to continue.
27
+
- If a DMARC record is found in your zone, Cloudflare will add another `rua` entry to it. This additional `rua` tag has a Cloudflare email address and is needed for Cloudflare to be able to start processing DMARC reports on your behalf. Select **Next** to continue.
28
28
29
-
DMARC Management (beta) is now active. However, it may take up to 24 hours to receive your first DMARC report and to display this information in DMARC Management.
29
+
DMARC Management (beta) is now active. However, it may take up to 24 hours to receive your first DMARC report and to display this information in DMARC Management.
0 commit comments