Forum Discussion

John Curtiss's avatar
John Curtiss
Copper Contributor
Jul 13, 2018
Solved

dns subdomains

say I bought domain.com from godaddy. but I only ever want to use the subdomain a.domain.com. I want my office365 email to come from @a.domain.com, not @domain.com. I want to browse to http://a.domai...
  • John Curtiss's avatar
    John Curtiss
    Jul 13, 2018
    Thanks for your reply. I figured it out after. Turns out this was the key question:

    "is godaddy's rule about having a CNAME with the same name as an MX record typical of DNS hosters?"

    And the answer is yes. DNS RFC says I can't/shouldn't have a cname record for a.domain.com and an mx record for a.domain.com at the same time. I have to use an A record instead of a cname.

    I let office365 create all the records for a.domain.com, and it created them correctly. I just really (thought I) wanted that cname for a.domain.com. But it turns out that I don't really need it-- I can create the cname http://www.a.domain.com, and godaddy's dns will also allegedly let me "forward with masking" a.domain.com anywhere I want while keeping a.domain.com displayed in the address bar.

Resources