I added custom DKIM, SPF and DMARC to my zone templates.
When I reset a zone, it duplicated those entries each time it is reset.
What can I do to prevent this?
My Custom Entries:
%domain%. %nsttl% IN TXT "v=spf1 mx include:send.aweber.com -all"
default._domainkey IN TXT "v=DKIM1; k=rsa; p=blahblahblahblah\;
_dmarc.%domain%. IN TXT "v=DMARC1; p=none; sp=none; rua=mailto:[email protected]!10m; ruf=mailto:[email protected]!10m; rf=afrf; pct=100; ri=86400"
When I reset a zone, it duplicated those entries each time it is reset.
What can I do to prevent this?
My Custom Entries:
%domain%. %nsttl% IN TXT "v=spf1 mx include:send.aweber.com -all"
default._domainkey IN TXT "v=DKIM1; k=rsa; p=blahblahblahblah\;
_dmarc.%domain%. IN TXT "v=DMARC1; p=none; sp=none; rua=mailto:[email protected]!10m; ruf=mailto:[email protected]!10m; rf=afrf; pct=100; ri=86400"