User Tools

Site Tools


en:dmarc

This is an old revision of the document!


What to consider when using DMARC?

Status Quo

DMARC requires usage of DKIM and SPF (which is mandatory for promio.connect domains). Basics can be found here: https://en.wikipedia.org/wiki/DMARC

There is a common problem which prevents DMARC from a widespread usage for a strict policy (policy=REJECT): Redirects can destroy the DMARC signature header. This happens with common groupware (Microsoft Exchange, Novell GroupWise,IBM Lotus Domino), with Sieve-rules and some free mail providern (some hotmail.xyz accounts and web.de). If you would use a strict REJECT policy, such addresses with active redirects could bounce your e-mail. The usage of a neutral policy (policy=NONE) has no disadvantages and may even give you some improvements in deliverability.

Setup for neutral policy

promio.net will receive generated DMARC reports and plans to establish a DMARC monitor as part of promio.connect. If you send 100% of your e-mails with domain example.com, you can setup DMARC bei registering the following TXT record in your DNS for _dmarc.example.com:

v=DMARC1; p=none; sp=none; rua=mailto:dmarc_reports@promio.net; ruf=mailto:dmarc_reports@promio.net; pct=100

If you want to receive copies of the DMARC reports to your address dmarc@client.com, please change the record to:

v=DMARC1; p=none; sp=none; rua=mailto:dmarc_reports@promio.net,dmarc@client.com; ruf=mailto:dmarc_reports@promio.net,dmarc@client.com; pct=100
en/dmarc.1649765328.txt.gz · Last modified: 2022/04/12 14:08 by fw