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

You have not shown any evidence that your MX record is correct or even exists. Post the output of the following commands (run on the zimbra server):

Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain.com any
dig yourdomain.com mx
host `hostname`  <-- use that exact command with backticks not single quotes
Please note that the domain name in the dig commands should be yourdomain.com and not mail.yourdomain.com (that's the FQDN of your server) and that's probably why the install is failing.
__________________
Regards


Bill
Reply With Quote