Configurazione di DMARC: Difference between revisions

From RVM Wiki
Jump to navigation Jump to search
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..."
 
(No difference)

Latest revision as of 13:21, 9 July 2024

  • 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