Configurazione di DMARC

From RVM Wiki
Revision as of 13:21, 9 July 2024 by Gabriele.vivinetto (talk | contribs) (Created page with "* DMARC is a line of code that goes into your DNS TXT record * Before DMARC: setup SPF and DKIM * Create the email account that will receive the xml rejected reports dmarc-reports@example.com * Create the TXT Record Name: _dmarc.example.com Value: v=DMARC1; p=quarantine; pct=100; rua=<nowiki>mailto:dmarc-reports@example.com</nowiki> * Verificarlo; host -t txt _dmarc.example.com * In seguito aggiornare il record a: v=DMARC1; p=reject; pct=100; rua=<nowiki>ma...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • DMARC is a line of code that goes into your DNS TXT record
  • Before DMARC: setup SPF and DKIM
  • Create the email account that will receive the xml rejected reports
dmarc-reports@example.com
  • Create the TXT Record
Name: _dmarc.example.com
Value: v=DMARC1; p=quarantine; pct=100; rua=mailto:dmarc-reports@example.com
  • Verificarlo;
host -t txt _dmarc.example.com
  • In seguito aggiornare il record a:
v=DMARC1; p=reject; pct=100; rua=mailto:dmarc-reports@example.com

Riferimenti