I have recently set up a webmail account for me and my family. The URL for checking the mail as specified by the company is
http://millerchip.mail.everyone.net , however this is difficult for people to remember so I created a CNAME record in my DNS record for
http://mail.millerchip.net to forward to the same address.
The original URL works fine, but the redirected one causes an error message and I cannot work out why. Any ideas would be appreciated.
Thanks in advance,
Adam
Code:
millerchip.net. IN NS ns1.granitecanyon.com.
millerchip.net. IN NS ns2.granitecanyon.com.
millerchip.net. IN RP adam_mchip.hotmail.com. .
millerchip.net. IN MX 0 sitemail.everyone.net. ; EXTREF
millerchip.net. IN A 66.111.199.125
localhost.millerchip.net. IN A 127.0.0.1
www IN CNAME millerchip.net.
mail IN CNAME millerchip.mail.everyone.net. ; EXTREF