I am using mydns.
I have the following CNAME record:
Code:
mail CNAME ghs.google.com. 0 86400
If I do a dig, I can see that ghs.google.com is not resolving properly to its A record.
Code:
# dig mail.test.net
; <<>> DiG 9.4.1-P1 <<>> mail.test.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2884
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.test.net. IN A
;; ANSWER SECTION:
mail.test.net. 86400 IN CNAME ghs.google.com.
The ideal situation would be something like this (observe how
www.l.google.com is resolved):
TIA!