I configured DMARC in an email gateway solution and received the DMARC reports. My question is: why Google submitting the reports?
Asked
Active
Viewed 7,457 times
1 Answers
1
The aggregate reports show you how your domains are being used or abused without your knowledge or participation. If you do not want to receive the reports, you can omit the rua
field in your DMARC record(s).

Allen Luce
- 7,859
- 3
- 40
- 53
-
So the list I get is from domains and IPs that are using my domain improperly? Thank you! – daviknx Jan 29 '18 at 11:32
-
The list you get is (typically) IP addresses, times, and DKIM/SPF validation results associated with domains that you've published records for. The IP addresses being misconfigured servers or (more often) malicious players who are using your domain name in their spam's sender addresses. – Allen Luce Jan 29 '18 at 17:52
-
Thank you. Now it's clear to me. Is there any specific reason for Google to submit this report? – daviknx Jan 31 '18 at 13:35
-
The purpose of DMARC should speak to this: "The goal of DMARC is to build on this system of senders and receivers collaborating to improve mail authentication practices of senders and enable receivers to reject unauthenticated messages." As a high-volume email provider, Gmail has an interest in people doing better email authentication and lowering the global spam rate. – Allen Luce Feb 01 '18 at 18:41
-