So dig is a command built to query information about Domain Name Systems and the Mail eXchange record holds the information a sending agent (e.g. gmail) needs to deliver an email to the right location?
Here is my mx record for kylekarhohs.me
Code:
; <<>> DiG 9.5.1-P1 <<>> mx kylekarhohs.me
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 56931
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;kylekarhohs.me. IN MX
;; ANSWER SECTION:
kylekarhohs.me. 3600 IN MX 0 smtp.secureserver.net.
kylekarhohs.me. 3600 IN MX 10 mailstore1.secureserver.net.
;; ADDITIONAL SECTION:
mailstore1.secureserver.net. 1154 IN A 64.202.166.11
;; Query time: 147 msec
;; SERVER: 192.168.2.1#53(192.168.2.1)
;; WHEN: Thu Apr 16 23:32:51 2009
;; MSG SIZE rcvd: 112
In an effort to pinpoint the useful information I used the same command on a fake domain name, i.e. not hosted on my server, and got this
Code:
; <<>> DiG 9.5.1-P1 <<>> mx noodles.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23004
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;noodles.com. IN MX
;; ANSWER SECTION:
noodles.com. 900 IN MX 10 tm.noodles.com.
;; Query time: 63 msec
;; SERVER: 192.168.2.1#53(192.168.2.1)
;; WHEN: Thu Apr 16 23:34:26 2009
;; MSG SIZE rcvd: 48
I wonder what the numbers 900, 1154, and 3600 mean. I recognize 192.168.2.1 to be the local IP of my router, not my server. I do not recognize any of the secureserver.net domains, nor the 64.202.166.11.
I tried to go to 64.202.166.11 in my browser, but only found a broken link. When I tried to go to secureserver.net I got a page saying "This site is not currently available."
Perhaps this information is all wrong and causing my problems. The mail server is in my box as I understand it. Do I have to configure the mx records to point to my mail server?
I am stuck again. Thank you for your continued help Falko.
-K
Recent comments
19 hours 16 min ago
1 day 15 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 4 hours ago
1 day 8 hours ago
1 day 9 hours ago
1 day 11 hours ago
2 days 53 min ago
2 days 2 hours ago