I'm not seeing anything in the Miva docs regarding Mailchimp domain authentication.
If I'm understanding the process correctly, I need to add a couple DNS records in Plesk for the domains I want to authenticate.
- Add a CNAME record for k1._domainkey.doman-name with the value of: dkim.mcsv.net
- Since an SPF record already exists, modify the existing TXT record for SPF by adding: include:servers.mcsv.net ?all
So, would the modified TXT record look something like this:
If I'm understanding the process correctly, I need to add a couple DNS records in Plesk for the domains I want to authenticate.
- Add a CNAME record for k1._domainkey.doman-name with the value of: dkim.mcsv.net
- Since an SPF record already exists, modify the existing TXT record for SPF by adding: include:servers.mcsv.net ?all
So, would the modified TXT record look something like this:
Code:
v=spf1 a a:deda458.mivamerchant.net ~all include:servers.mcsv.net ?all
Comment