I installed Zimbra on a clean install of CentOS 4 and had a similar problem trying to connect to the admin interface.
I found in the hosts file localhost AND the server name (e.g. my.domain.com) were all on 127.0.0.1. Something like...
127.0.0.1 localhost my.domain.com my
I tried changing the server name to its actual IP address and that seemed to fix it. At least I can log in to the admin interface now. Like this...
127.0.0.1 localhost
10.0.0.45 my.domain.com my
Worth a try ;-) |