here it is, I've done it from a linux box called canopus as user "all", you should do it from your server as "root":
[all@canopus1 all]$ dig theevansfamily.com MX
; <<>> DiG 9.2.4rc6 <<>> theevansfamily.com MX
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46657
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;theevansfamily.com. IN MX
;; ANSWER SECTION:
theevansfamily.com. 7200 IN MX 0 mail4.zoneedit.com.
theevansfamily.com. 7200 IN MX 100 mx2.zoneedit.com.
theevansfamily.com. 7200 IN MX 0 mail3.zoneedit.com.
;; Query time: 507 msec
;; SERVER: 192.168.0.3#53(192.168.0.3)
;; WHEN: Mon Nov 29 23:58:18 2004
;; MSG SIZE rcvd: 109
and here is your mail server:
[all@canopus1 all]$ dig mail.theevansfamily.com
; <<>> DiG 9.2.4rc6 <<>> mail.theevansfamily.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45546
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.theevansfamily.com. IN A
;; ANSWER SECTION:
mail.theevansfamily.com. 300 IN A 66.176.189.177
;; Query time: 371 msec
;; SERVER: 192.168.0.3#53(192.168.0.3)
;; WHEN: Mon Nov 29 23:59:14 2004
;; MSG SIZE rcvd: 57
and here is your http server:
[all@canopus1 all]$ dig
www.theevansfamily.com ; <<>> DiG 9.2.4rc6 <<>>
www.theevansfamily.com;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29214
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.theevansfamily.com. IN A
;; ANSWER SECTION:
www.theevansfamily.com. 300 IN A 66.176.189.177