I use several different services to send out emails from my domain. I already have a CNAME record for _dmarc.mydomain.com that's set to mydomain.com.dmarc.emldlv.net
for one service, however, another service is now telling me that I need to add a TXT record for _dmarc.mydomain.com* with a value of v=DMARC1; p=none
.
I tried to do this in Route 53 and got this error:
Bad request.
(InvalidChangeBatch 400: RRSet of type TXT with DNS name _dmarc.mydomain.com. is not permitted because a conflicting RRSet of type CNAME with the same DNS name already exists in zone mydomain.com.)
So idk what to do now. Can I remove the CNAME record I already have and replace it with a TXT record that contains both entries separated by a new line? eg.
mydomain.com.dmarc.emldlv.ne
v=DMARC1; p=none