View Single Post
  #11 (permalink)  
Old 03-27-2008, 09:26 AM
xtimox xtimox is offline
Intermediate Member
 
Posts: 19
Default

Quote:
Originally Posted by phoenix View Post
Let's also see the output of the following commands (run on your Zimbra server):

Code:
host `hostname` <-- type as-is with backticks not single quotes
dig tvi.cl mx
dig tvi.cl any
and post the results here.
Here are the results:

Code:
root@tvi:/opt/zimbra/log# host `hostname`
tvi.cl has address 192.168.169.33
tvi.cl mail is handled by 10 mail.tvi.cl.

root@tvi:/opt/zimbra/log# dig tvi.cl mx

; <<>> DiG 9.3.2 <<>> tvi.cl mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32226
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; QUESTION SECTION:
;tvi.cl.                                IN      MX

;; ANSWER SECTION:
tvi.cl.                 604800  IN      MX      10 mail.tvi.cl.

;; AUTHORITY SECTION:
tvi.cl.                 604800  IN      NS      mail.tvi.cl.

;; ADDITIONAL SECTION:
mail.tvi.cl.            604800  IN      A       192.168.169.33

;; Query time: 1 msec
;; SERVER: 192.168.169.33#53(192.168.169.33)
;; WHEN: Thu Mar 27 12:25:55 2008
;; MSG SIZE  rcvd: 75

root@tvi:/opt/zimbra/log#


root@tvi:/opt/zimbra/log# dig tvi.cl any

; <<>> DiG 9.3.2 <<>> tvi.cl any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59740
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1

;; QUESTION SECTION:
;tvi.cl.                                IN      ANY

;; ANSWER SECTION:
tvi.cl.                 604800  IN      SOA     mail.tvi.cl. admin.tvi.cl. 70725 604800 86400 2419200 604800
tvi.cl.                 604800  IN      NS      mail.tvi.cl.
tvi.cl.                 604800  IN      MX      10 mail.tvi.cl.
tvi.cl.                 604800  IN      A       192.168.169.33

;; ADDITIONAL SECTION:
mail.tvi.cl.            604800  IN      A       192.168.169.33

;; Query time: 1 msec
;; SERVER: 192.168.169.33#53(192.168.169.33)
;; WHEN: Thu Mar 27 12:26:15 2008
;; MSG SIZE  rcvd: 133

root@tvi:/opt/zimbra/log#

I Hope you guys can help me...
Reply With Quote