View Single Post
  #4 (permalink)  
Old 11-03-2009, 01:01 AM
phoenix phoenix is online now
Zimbra Consultant & Moderator
 
Posts: 19,650
Default

Quote:
Originally Posted by bhwong View Post
Code:
/etc/resolv.conf

nameserver 192.168.190.1
nameserver 202.172.224.238
nameserver 202.172.232.238
The hosts file should only contain the IP address of your LAN server.

Quote:
Originally Posted by bhwong View Post
Code:
dig mydomain mx

; <<>> DiG 9.4.2-P2 <<>> mydomain mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 15292
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;mydomain. IN MX

;; AUTHORITY SECTION:
com. 830 IN SOA a.gtld-servers.net nstld.verisign-grs.com. 1257219774 1800 900 604800 86400

;; Query time: 3 msec
;; SERVER: 202.172.224.238#53(202.172.224.238)
;; WHEN: Tue Nov 3 11:44:25 2009
;; MSG SIZE rcvd: 108
There appears to be no MX record for your domain.

Quote:
Originally Posted by bhwong View Post
Code:
dig mydomain any

; <<>> DiG 9.4.2-P2 <<>> mydomain any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 11038
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;mydomain. IN ANY

;; AUTHORITY SECTION:
com. 532 IN SOA a.gtld-servers.net nstld.verisign-grs.com. 1257219774 1800 900 604800 86400

;; Query time: 4 msec
;; SERVER: 202.172.224.238#53(202.172.224.238)
;; WHEN: Tue Nov 3 11:49:23 2009
;; MSG SIZE rcvd: 108
There apears to be no A record for your domain.

Quote:
Originally Posted by bhwong View Post
Code:
host mydomain

mydomain mail is handled by 10 zimbra.mydomain.
The better command to use is the following:
Code:
host `hostname`  <-- with backticks not single quotes
However, to your specific problem. I'll guess that those errors you've posted earlier relate to inbound mail, do those messages show in the daily report? It's not use just quoting the text from an error message as it's taken out of context, post some actual error messages from the log files for these errors.
__________________
Regards


Bill
Reply With Quote