Domain-based Message Authentication, Reporting, and Conformance
Sign in to saveAlso known as DMARC
Domain-based Message Authentication, Reporting and Conformance (DMARC) is an email authentication protocol. It is designed to give email domain owners the ability to protect their domain from unauthorized use, commonly known as email spoofing. The purpose and primary outcome of implementing DMARC is to protect a domain from being used in business email compromise attacks, phishing email and email scams.
~18 min read
Encyclopedic overview
22 sectionsContents
- Overview
- Alignment
- DNS record
- Step by step adoption
- Policy
- Reports
- Aggregate reports
- Failure Reports
- Compatibility
- Forwarders
- Mailing lists
- Turn off all message modifications
- <code>From:</code> rewriting
- Other workarounds
- Sender field
- History
- Contributors
- Commercial services
- See also
- Notes
- References
- External links
Domain-based Message Authentication, Reporting and Conformance (DMARC) is an email authentication protocol. It is designed to give email domain owners the ability to protect their domain from unauthorized use, commonly known as email spoofing. The purpose and primary outcome of implementing DMARC is to protect a domain from being used in business email compromise attacks, phishing email and email scams.
Once the DMARC DNS entry is published, any receiving email server can authenticate the incoming email based on the instructions published by the domain owner within the DNS entry. If the email passes the authentication, it will be delivered and can be trusted. If the email fails the check, depending on the instructions held within the DMARC record the email could be delivered, quarantined or rejected.
Excerpted from Wikipedia’s “Domain-based Message Authentication, Reporting, and Conformance” article, available under the CC BY-SA 4.0 licence.