Am I misunderstanding something here? According to the following:
Code:
dig midominio.com any
; <<>> DiG 9.6.1-P1 <<>> midominio.com any
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24883
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 3
;; QUESTION SECTION:
;midominio.com. IN ANY
;; ANSWER SECTION:
midominio.com. 14386 IN MX 0 midominio.com.
midominio.com. 86386 IN NS ns4.interwebserver.com.
midominio.com. 14386 IN A 70.86.206.91
midominio.com. 86386 IN NS ns3.interwebserver.com.
;; ADDITIONAL SECTION:
ns3.interwebserver.com. 172786 IN A 70.86.206.90
midominio.com. 14386 IN A 70.86.206.91
ns4.interwebserver.com. 172786 IN A 70.86.206.91
;; Query time: 2 msec
;; SERVER: 192.168.1.10#53(192.168.1.10)
;; WHEN: Fri Nov 13 20:02:41 2009
;; MSG SIZE rcvd: 162
.....the MX record should have the FQDN of the mail server, the A record points to something other than 20.xxx.xxx.x8 mentioned earlier and when I telnet to the server I find that EXIM is the mail server that answers. Have I got the wrong domain name or the wrong end of the stick?