
2nd March 2010, 16:42
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,595 Times in 2,446 Posts
|
|
Quote:
Originally Posted by happz
Here's the results of dig mx exampletsite.com (changed names of site/server)
Code:
[root@srv1 ~]# dig mx examplesite.com
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> mx examplesite.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26658
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;examplesite.com. IN MX
;; ANSWER SECTION:
example.com. 86400 IN MX 10 srv1.example.com.
;; Query time: 72 msec
;; SERVER: 205.120.130.20#53(205.120.130.20)
;; WHEN: Mon Feb 22 14:20:43 2010
;; MSG SIZE rcvd: 57
[root@srv1 ~]#
|
What's the output of
Code:
dig srv1.example.com
?
|