Hi everybody.
I've passed some weeks trying to install ZCS on a Debian Testing but with no results.
Well, in think is not the DNS:
Code:
$ dig domine.local MX
;; ANSWER SECTION:
domine.local. 86400 IN MX 10 server.domine.local.
$ host server.domine.local
server.domimne.local has address 192.168.1.100 (i.e. the right ip)
The install process is ok till it try to start up ldap. First:
Code:
Shutting down zimbra mail
Backing up ldap
could not stat config file "/opt/zimbra/conf/slapd.conf": No such file or directory (2)
slapcat: bad configuration file!
And then, after the manual config:
Code:
Setting local config values...Done
Setting up CA...Done
Fetching CA from ldap...ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException server.domine.local:389)
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException server.domine.local:389)
Done
Creating server entry for server.domine.local...Done
Setting services on server.domine.local...Done
Setting up zimbra crontab...Done
Setting up syslog.conf...ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException server.domine.local:389)
Done
Looking in the wiki I've found it's a common problem with ldap, but I don't know how to solve this problem:
Code:
zimbra@server:~$ sh -x bin/ldap start
CUT...
+ my_url=ldap://server.domine.local:389
+ /opt/zimbra/libexec/zmconfigure /opt/zimbra/conf/slapd.conf.in /opt/zimbra/conf/slapd.conf
Error: /opt/zimbra/conf/slapd.conf.in does not exist
I cannot find any slapd.conf.in in the /opt/zimbra subdirectories... Ah, the INPUT policy in the filter table is ACCEPT and no rules while I'm tryin to install. Some ideas?
Thanks a lot!