Hi everybody,
couldn't find much material apart from installation guide on multi server installation. Anyway I tried to install a second mail store with a bad result
That's what I did:
Quote:
Select the packages to install
Install zimbra-ldap [Y] n
Install zimbra-logger [Y] n
Install zimbra-mta [Y] n
Install zimbra-snmp [Y] n
Install zimbra-store [Y] y
Install zimbra-spell [Y] n
Checking required space for zimbra-core
checking space for zimbra-store
Installing:
zimbra-core
zimbra-store
The system will be modified. Continue? [N]
|
So I only chose to install zimbra-store. I inserted my main server ldap settings and password and configured zimbra-store as follows:
Quote:
Store configuration
1) Status: Enabled
2) Create Admin User: no
3) Enable automated spam training: no
4) Global Documents Account: wiki@mydomain.dom
5) SMTP host: host.mydomain.com
6) Web server HTTP port: 80
7) Web server HTTPS port: 443
8) Web server mode: https
9) Enable POP/IMAP proxy: no
10) IMAP server port: 143
11) IMAP server SSL port: 993
12) POP server port: 110
13) POP server SSL port: 995
14) Use spell check server: yes
15) Spell server URL: http://host.mydomain.com:7780/aspell.php |
And this is the review of the overall configuration:
Quote:
Main menu
1) Hostname: host.mydomain.com
2) Ldap master host: primaryserver.mydomain.com
3) Ldap port: 389
4) Ldap password: set
5) TimeZone: (GMT+01.00) Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna
6) zimbra-store: Enabled
7) zimbra-mta: Disabled
8) zimbra-snmp: Disabled
9) zimbra-logger: Disabled
10) zimbra-spell: Disabled
11) Enable default backup schedule: yes
r) Start servers after configuration yes
s) Save config to file
x) Expand menu
q) Quit
*** CONFIGURATION COMPLETE - press 'a' to apply
Select from menu, or press 'a' to apply config (? - help)
|
After applying settings I get the following:
Quote:
Setting local config values...Done
Updating ldap_root_password and zimbra_ldap_passwd...Done
Fetching CA from ldap...ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException localhost:389)
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException localhost:389)
Done
Setting up CA...Done
Creating SSL certificate...Done
Fetching CA from ldap...ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException localhost:389)
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException localhost:389)
Done
Installing SSL certificate...Done
Creating server entry for host.mydomain.com...Done
Setting spell check URL...Done
Setting service ports on host.mydomain.com..Done
Adding host.mydomain.com to zimbraMailHostPool in default COS...ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException localhost:389)
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException localhost:389)
Done
|
It goes on and for every service it gets the same error as if it were trying to get and set infos from an ldap on localhost till I get
Quote:
Restarting tomcat...Done
Operations logged to /tmp/zmsetup.log.4499
Configuration complete - press return to exit
|
when I try to start services I get
Quote:
zimbra@host:~$ zmcontrol start
Host host.mydomain.com
Unable to determine enabled services from ldap.
Unable to determine enabled services. Cache is out of date or doesn't exist.
|
On the forum I found these kind of errors only related to LDAP problems on the same host. But on the main host ldap is working properly (although users are authenticating against AD). And I can telnet the main host on port 389 without problems.
I couldn't find anything more helpful on the logs.
Any help is appreciated.