Domain-based Message Authentication, Reporting, and conformance (DMARC) is a widely recognized email protocol that helps people and businesses protect their email addresses and domains from misuse by third parties. It helps identify that an email you send is from the real you. This email authentication method protects senders and recipients from phishing, spamming, and spoofing.
An example of a DMARC policy in DNS records might look like this:
_dmarc.example.com. IN TXT “v=DMARC1; p=reject; rua=mailto:dmarc@example.com; ruf=mailto:dmarc@example.com; sp=reject”
In this example:
With this DMARC policy, email receivers can enforce strict authentication checks on incoming emails from the example.com domain. If an email fails DMARC authentication, it can be rejected or handled according to the policy specified by the domain owner, helping to prevent email fraud and improve email security.