
Originally Posted by
tstrimp
Nope, no split DNS. I've got an internal DNS server that is running on the .30 address above. The zimbra server is running on .32.
[root@zimbra ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost zimbra.collectivedata.local zimbra
That /etc/hosts file is wrong, it should be in the format: Code:
127.0.0.1 localhost.localdomain localhost
192.168.x.x zimbra.collectivedata.local zimbra
as outlined in the Zimbra Quick Start guide.