How to update previous DMARC records with a new email address automatically?

mbsmt

Verified User
Joined
Jul 24, 2013
Messages
175
Location
Mashhad, Iran
Hi. I wanted to change DMARC assigned email to a new one for all current domains on my server automatically.
For example, the current one is:
Code:
_dmarc	TXT	"v=DMARC1; p=none; sp=none; rua=mailto:[email protected]"
And now I want to set it as
Code:
_dmarc	TXT	"v=DMARC1; p=none; sp=none; rua=mailto:[email protected]"

Is it possible? and if your answer is Yes, how can I do it?
I found this link in DA helps. But its suggested code is for new domains, not the current ones.
 
Back
Top