DMARC (Domain-based Message Authentication, Reporting, and Conformance) is an email authentication protocol that works by aligning the results of SPF and DKIM with the domain in the email’s “From” header.
This alignment ensures that only authorized senders can send emails on behalf of your domain. DMARC also provides reporting mechanisms, enabling domain owners to monitor email traffic and detect unauthorized use.
By implementing DMARC, you mitigate email spoofing, phishing attacks, and enhance email deliverability.
A DMARC record is a TXT record published in your domain’s DNS. Its key components include:
Example: v=DMARC1; p=reject; rua=mailto:[email protected]; adkim=s; aspf=r;
DMARC policies define how unauthenticated emails should be handled.