I have added a DMARC record (using the wizard), but when I check the domain with mxtoolbox.com, I get the warning “DMARC Quarantine/Reject policy not enabled”
What feature, service or problem is this related to?
DNS records
What are the steps to reproduce the issue?
Go to pixata.co.uk Domain Health and look at the warnings. You can see this one. I added the DMARC record using the Cloudflare wizard.
Well, you had control over what was generated before saving it though
Go to your Cloudflare DNS page and edit the DMARC record. This will be a TXT record type with the name _dmarc and content beginning with "v=DMARC1.... In the “Content” field, you’ll see p=none;. Change this to p=reject; or p=quarantine; as desired.
p=quarantine indicates that email servers should “quarantine” emails that fail DMARC — considering them to be potentially spam.
p=reject instructs email servers to block or reject emails that fail DMARC check.