|
DNS - MX record not getting from dig
Dear all,
After I create a new zone entry and RR for a mydomain.com,
the Nameserver not offering the MX record.
The following is my RR file in the master
$TTL 1D
@ SOA ns1.mynameser.net. dnsmaster.mydomain.com. ( 2009102215
3H
1H
1H
1H )
IN NS ns1.mynameser.net.
IN NS ns2.mynameser.net.
IN NS ns25.domaincontrol.com.
IN NS ns26.domaincontrol.com.
@ IN 7200 A 80.227.124.13
mail.mydomain.com IN 7200 A 80.227.124.3
IN 7200 MX 10 mail.mydomain.com.
www IN 7200 CNAME mydomain.com.
While 'dig' ing for MX, I am getting the following information.
root#>dig @ns1.mynameser.net mydomain.com MX
; <<>> DiG 9.3.3rc2 <<>> @ns1.mynameser.net mydomain.com MX
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25607
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;mydomain.com. IN MX
;; AUTHORITY SECTION:
mydomain.com. 3600 IN SOA ns1.mynameser.net. dnsmaster.mydomain.com. 2009102215 10800 3600 3600 3600
;; Query time: 0 msec
;; SERVER: 80.227.124.6#53(80.227.124.6)
;; WHEN: Thu Oct 22 15:46:33 2009
;; MSG SIZE rcvd: 105
Is something wrong in the RR file?
Appreciate your time.
TIA
Jose
|