I’ve been trying to setup a sub domain for DNS control in Cloudflare.
Turns out all options I tried hasn’t worked. I have a domain like ‘test.com’ configured and want to setup the ‘email.test.com’:
So what we are doing is, as recommended by the file sent (by Salesforce), I added the following entries in DNS in the main domain on Cloudflare:
(sorry I had to remove domain otherwise couldn’t post)
email IN MX 10 domain.
email IN A **********
email.bounce IN MX 10 bounce-domain.
email.reply IN MX 10 reply-domain.
email.leave IN MX 10 reply-domain.
email.image IN CNAME images-domain.
email.view IN CNAME view-domain.
email.click IN CNAME click-domain.
email.pages IN CNAME pages-domain.
email.cloud IN CNAME pub-domain.
email IN TXT "v=spf1 include:cust-***.blablabla -all"
email.bounce IN TXT "v=spf1 include:cust-***.blablabla -all"
email.reply IN TXT "v=spf1 include:cust-***.blablabla -all"
50dkim1._domainkey IN TXT ( "v=DKIM1; k=rsa;*******" )
The thing is, when I do a dig any I can’t see any of this entries. It doesn’t show anything. As a matter of fact, it shows only:
I can confirm it’s not behaving as expected. I’m also not getting CNAME responses for those email subdomains. Are you on a paid plan and have CNAME flattening enabled for subdomains? That’s a setting on the DNS page.
Can you also post a screenshot of those MX, CNAME, and TXT records?
@cs-cf seems to be around right now. Maybe he can take a peek.
Well…that was interesting. I had the subdomains backwards. Your original post had entries like email.bounce. But I’m getting dig results for them. What’s one that you’re not able to get?