Quote:
Originally Posted by onjinc I am able to ping google and any other public domain without a problem. So I know DNS is working fine. |
That really doesn't prove anything other than you can ping an outside server.
Quote:
Originally Posted by onjinc -Public ip is on the primary nic (it is dual homed but not using second nic)
-hostname set at mydomain.com
-DNS set for our ISPs DNS servers
-MX records show mail.mydomain.com using dig command |
Then you should post the output of the following commands to show that your DNS is OK (run these on the Zimbra server):
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain.com any
dig yourdomain.com mx
host `hostname` <- run that exact command with backticks not single quotes
Quote:
Originally Posted by onjinc -and host file set as above |
Your hosts file is incorrect, this line:
Code:
127.0.0.1 localhost
Should look like this:
Code:
127.0.0.1 localhost.localdomain localhost
as per the
Quick Start Installation Guide.