Can somebody make sure that I'm not being an idiot please ?
Basically, I currently have two registered domains, one (example.org.uk) with a company that just forwards all e-mail to my ISPs mailbox which I then process once it is downloaded, and one (example.org) with EUKHost which has a proper e-mail system

. My plan was to get the new domain set up with real users (not a multidrop anymore, yeah!), then get example.org.uk to map to example.org so user@example.org.uk is the same as user@example.org and end up in the same mailbox. (Ideally, http://example.org.uk and http://example.org will be the same as will http://subdomain.example.org.uk and http://subdomain.example.org)
Now, to try and make the transition as smooth as possible I want to do it piece at a time. I've set up the new domain and the e-mail addresses and they work fine, new I need to get the two domains together. I don't currently want to change the tags on my old domain yet, mostly because I've heard about issues with some providers dropping service before the domain change is complete, so I want to reset the DNS entries with my old provider so it all works before working on the tag change. Now, I've set up example.org.uk as a parked domain and set up a 'Email Domain Forwarder' from example.org.uk to example.org.
I have this when I query UKHost4U nameservers:
Code:
www.example.org.uk. 14400 IN CNAME example.org.uk.
example.org.uk. 14400 IN A 91.186.0.4
example.org.uk. 14400 IN MX 0 example.org.uk.
example.org.uk. 86400 IN NS ns31.eukdns.com.
example.org.uk. 86400 IN NS ns32.eukdns.com.
and this when I query the real nameservers:
Code:
www.example.org.uk. 86307 IN CNAME fwd3.hosts.co.uk.
example.org.uk. 86311 IN A 85.233.160.22 ;; (fwd3.hosts.co.uk.)
example.org.uk. 86260 IN MX 30 fwd1.hosts.co.uk.
example.org.uk. 86260 IN MX 30 fwd2.hosts.co.uk.
example.org.uk. 86260 IN MX 30 fwd0.hosts.co.uk.
example.org.uk. 86245 IN NS ns0.phase8.net.
example.org.uk. 86245 IN NS ns1.phase8.net.
example.org.uk. 86245 IN NS ns2.phase8.net.
Now, as far as I can see, I need to turn on the scary "I Know What I'm Doing" advanced configuration option of my current provider, remove all the records (A,MX,NS and CNAME) an replace them with the A, MX and NS records from the EUKHost.
Does this sound right?
As far as I understand the A record tells everyone the IP address of example.org.uk, the MX record tells everyone how to e-mail somebody at example.org.uk and the NS records tell everybody how to resolve subdomain.example.org.uk, so as long as the NS records are set correctly the CNAME record doesn't need to be transferred as when trying to resolve www.example.org.uk we will get to my current host looking for example.org.uk and then get directed to either ns31.eukdns.com or ns32.eukdns.com which will contain the CNAME for www.example.org.uk.
Can anybody confirm this?
I will eventually sort out the domain properly, changing it's tag so EUKHost manages it but I want to get it working first.
Thanks.