
Originally Posted by
djve
I'm going to assume you can ssh into the Zimbra machine and haven't been using a console, ergo networking is basically OK.
On the Zimbra server does 'ps -ef |grep slapd' return something like:
/opt/zimbra/openldap/libexec/slapd -l LOCAL0 -4 -u zimbra -h ldap://zimbratest.xxx.com:389 -f /opt/zimbra/conf/slapd.conf
And have you checked the address with IP config? I normally find I have a typo on these sort of commands.
You may want to check out the man page for slapd.access and check the slapd.conf file for IP restrictions. If you have LDAP queries restricted by IP you should check your config. I don't know where the slapd.conf file gets updated by the admin commands but this should help find what's wrong as a first step.