email-toolbox-wiki/DMARC-how-to.md

16 lines
951 B
Markdown
Raw Normal View History

2019-06-27 23:08:08 +02:00
# Table of contents
2019-05-08 10:13:51 +02:00
# Introduction
2019-06-27 23:08:08 +02:00
This how-to is created by the Dutch Internet Standards Platform (the organization behind [internet.nl](https://internet.nl)) and is meant to provide practical information and guidance on implementing DMARC.
2019-05-08 10:13:51 +02:00
# What is DMARC?
2019-07-01 19:52:26 +02:00
DMARC is short for **D**omain based **M**essage **A**uthentication, **R**eporting and **C**onformance and is described in [RFC 7489](https://tools.ietf.org/html/rfc7489). With DMARC the owner of a domain can, by means of a DNS record, publish a policy that states how to handle e-mail which is not properly authenticated using SPF and/or DKIM. At the same time it provides the means for receiving reports which allows a domain's administrator to detect whether their domainname is used for phishing or spam.
2019-05-08 10:13:51 +02:00
# Why use DMARC?
2019-06-27 23:08:08 +02:00
to-do.
2019-07-01 19:52:26 +02:00
# Tips, tricks and notices for implementation
* Interoperabily issues: https://tools.ietf.org/html/rfc7960
* DMARC does not require both DKIM or SPF.
*