I have the following DNS entry for one of my clients email servers:
_dmarc IN TXT "v=DMARC1; p=none; rua=mailto:[email protected]"
This is the only email server I'm administering, which has a DMARC DNS entry - in other cases SPF and DKIM was always sufficient for the email server to work fine.
The annoying thing is that I receive multiple DMARC reports from Gmail, Yahoo, etc. ervery day and I don't need them. How can I stop receiving those DMARC reports?
Should I just remove the rua
part of the DNS entry?
Sure. Just remove it. "rua" is optional as per RFC.
https://www.rfc-editor.org/rfc/rfc7489
yes you should remove the rua=mailto:[email protected] it's optional