
Originally Posted by
phoenix I think some more information might be useful, my telepathy skills don't work on Tuesdays.
Really ? Mine has to work everyday ... at least my wife thinks so
Sorry ... this is a cross post (I posted in Installation as well) I wanted to try and present it differently

Originally Posted by
phoenix How about zimbra version/release?
zimbra 4.0.2 RHEL4-20060922120643

Originally Posted by
phoenix Is it a new install or upgrade?
New (Reinstall actually)

Originally Posted by
phoenix What does it say in the logs apart from the info you've posted in the title?
Code:
....
Initializing ldap...
*** Running as zimbra user: /opt/zimbra/libexec/zmldapinit
Started slapd: pid 15735
ldap_bind: Can't contact LDAP server (-1)
ldap_bind: Can't contact LDAP server (-1)
ldap_bind: Can't contact LDAP server (-1)
FAILED (512)
ERROR

Originally Posted by
phoenix Have you got a DNS server installed?
Do your DNS records point to your zimbra server?
Yep. It is a purely internal domain.
Code:
Domain=capeinternal.com
Host=mail.capeinternal.com
SOA=capeinternal.com
A=mail.capeinternal.com
MX=capeinternal.com points to mail.capeinternal.com
One odd thing though. To get installation to work I had to hack the script ( I know) the zmsetup.pl was trying to do an MX DNS lookup using the full hostname (mail.capeinternal.com) instead of (capeinteranl.com)
If I run host, dig, nslookup for an MX record it works fine if I provide the domain but I get back the SOA for the full hostname. I believe that MX queries should go against a domain though. Once I changed it to use the domain I got passed that and encountered the ldap issue

Originally Posted by
phoenix Have you got the correct information in the /etc/hosts file? Which operating system? Is it a single or multi-server?
Single server
/etc/hosts
Code:
127.0.0.1 localhost.localdomain localhost
10.3.120.58 mail.capeinternal.com mail
OS = CentOS 4.4 (32 bit) This is running in VMWare

Originally Posted by
phoenix Have you checked that the LDAP you see is the zimbra one and not openLDAP on you machine that's starting? etc. etc.
Yes yes yes. This is a fresh install of Centos, no firewall, SELinux set to WARN, no httpd install, sendmail disabled I checked to make sure all other potential conflicts were resolved.
thanks, please let me know if you need anything else.