CNAME does not work

alexducatti

Verified User
Joined
Nov 24, 2006
Messages
10
Location
Portugal
I host ducatti.it and use the DA server to just handle DNS.
I have MX records which work fine, but the defined CNAME record doesn't work at all.

The "NAME" collum is mail.ducatti.it and "VALUE" is ghs.google.com.

What is wrong?

Should I delete any "A" or "NS" record ?
Should "NAME" is only the word "mail" or should be "mail.ducatti.it." - with a dot at the end?
I have tried everything !!!

Any idea ?

Thanks
 
Name walue can me mail or mail.ducatti.it. result will be the same :) As I understand - you want to change the MX record, so delete the old record and add the new. Good luck. :)
 
This is the actual configuration.

What should I change?

ducatti.it A 194.177.96.153
ftp A 194.177.96.153
localhost A 127.0.0.1
pop A 194.177.96.153
ducatti.it. NS ns1.ion-mnt.net
ducatti.it. NS ns2.ion-mnt.net
ALT1.ASPMX.L.GOOGLE.COM. MX 50
ALT2.ASPMX.L.GOOGLE.COM. MX 50
ASPMX.L.GOOGLE.COM. MX 40
ASPMX2.GOOGLEMAIL.COM. MX 60
ASPMX3.GOOGLEMAIL.COM. MX 60
ASPMX4.GOOGLEMAIL.COM. MX 60
ASPMX5.GOOGLEMAIL.COM. MX 60
mail.ducatti.it. CNAME ghs.google.com.
 
So you just need
Code:
mail.ducatti.it. CNAME ghs.google.com.

As I see - mail.ducatti.it is working fine now :)
 
Hey, it's working :) Maybe something wrong with your ISP DNS server. Take a look at the screenshot (attachment).
 

Attachments

  • screenshot.png
    screenshot.png
    109.6 KB · Views: 461
Back
Top