I’m new to DMARC and could use some guidance. I’ve set up SPF and DKIM for my domain, and now I’m trying to implement DMARC to improve email deliverability and security.
Here’s what I’ve done so far:
Created a DMARC record with p=none to monitor emails.
You cannot. The whole point of publishing a DMARC policy is to let the receiving MTA know how to treat these forgeries. Your current policy instructs recipient servers to deliver them to the inbox. A quarantine or reject policy requests that they be handled via the corresponding action.
Once your reports indicate that your policy covers all legitimate sources of email.
Change the none to quarantine and publish the updated DNS record.
Use a service like dmarcian so that you aren’t trying to read piles of XML reports. Don’t waste time with Forensic reports. I wouldn’t even include an ruf URI in your DMARC policy.