I am using Fastmail for my email for garyrobinson.net. Fastmail gives a Selector value for CNAME records; Netlify DNS has no way to input it. What do I do?
The Selector for the first CNAME record Fastmail tells me to use is fm1._domainkey. But it looks like Netlify gives me no way to enter that information.
Similarly, Fastmail tells me to create a TXT record with Selectot value “_dmarc.{mydomain.com}” and value “v=DMARC1; p=none;”.
These values are given at: Setting up your domain: MX only – Fastmail.
Fastmail is telling me my DKIM records aren’t set up. I assume that’s because I have no Selector values in the relevant CNAME records. What do I do??
Thank you. The thing that was causing me trouble is that I was using the instructions at Setting up your domain: MX only – Fastmail, which talk about “Selectors”, rather than the ones at Manual DNS configuration – Fastmail which correspond to what you did!
Thanks again…
Which domain is this about?
All of your records seem to be working based on how you’ve added them to Netlify:
dig CNAME +short @8.8.8.8 fm1._domainkey.mnzzely.com
fm1.mnzzely.com.dkim.fmhosted.com.
dig CNAME +short @8.8.8.8 fm2._domainkey.mnzzely.com
fm2.mnzzely.com.dkim.fmhosted.com.
dig CNAME +short @8.8.8.8 fm3._domainkey.mnzzely.com
fm3.mnzzely.com.dkim.fmhosted.com.
dig MX +short @8.8.8.8 mnzzely.com
20 in2-smtp.messagingengine.com.
10 in1-smtp.messagingengine.com.
dig TXT +short @8.8.8.8 _dmarc.mnzzely.com
"v=DMARC1; p=none;"
dig TXT +short @8.8.8.8 mnzzely.com
"v=spf1 include:spf.messagingengine.com ?all"
Which records are you having an issue with?
The CNAME is setup for fm1._domainkey.mnzzely.com
and not mnzzely.com
. I don’t see any issues with your setup.
That’s just how DNS works. I’d recommend you to contact Fastmail for further support as everything looks correct as per your configuration on our end.
Like I said, CNAME is added for
You won’t see CNAME for the apex domain, that’s simply not how this works. There’s nothing wrong on Netlify’s end at the moment. You should continue your conversation with Fastmail Support.