Quote:
Originally Posted by phoenix Split DNS - Zimbra :: Wiki
........ and the usual question, run the following on your Zimbra server and post the ouitput: Code: host `hostname` <---- type rthat as-is and use backticks not single quotes
dig yourdomain.com mx
dig yourdomain.com any |
joneill@mail:~$ host `hostname`
mail.dijital.us has address 208.107.59.182
joneill@mail:~$ dig dijital.us mx
; <<>> DiG 9.3.4 <<>> dijital.us mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55293
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;dijital.us. IN MX
;; ANSWER SECTION:
dijital.us. 38400 IN MX 10 mail.dijital.us.
;; Query time: 25 msec
;; SERVER: 172.16.1.254#53(172.16.1.254)
;; WHEN: Sun Feb 17 02:05:48 2008
;; MSG SIZE rcvd: 49
joneill@mail:~$ dig dijital.us any
; <<>> DiG 9.3.4 <<>> dijital.us any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7827
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;dijital.us. IN ANY
;; ANSWER SECTION:
dijital.us. 38388 IN NS ns1.dijital.us.
dijital.us. 38388 IN NS ns1.lazytechs.com.
;; Query time: 25 msec
;; SERVER: 172.16.1.254#53(172.16.1.254)
;; WHEN: Sun Feb 17 02:05:59 2008
;; MSG SIZE rcvd: 77