DMARC reports arrive in xml format. To view the reports in a human readable form, I use the website dmarcian.com. Here is an example for my jaroker.com domain:
dig Quick way to get DNS TXT records under Linux is use the dig command: # dig google.com TXT To look up DKIM or DMARC records, you specify the prefix in the domain such as: # dig _dmarc.google.com TXT nslookup…