Same problem... Hi, I'm new to Zimbra(we still are in testing phases), and I have the same issue described above.
During the installation it returns an error:
Initializing ldap...failed. (28416)
The Log has this "relevant"(just the failed status...wild guess) info:
** Retrieving CA private key from ldap...failed.
** Retrieving CA cert from ldap...failed.
** Retrieving server config key zimbraSSLCertificate...failed.
** Retrieving server config key zimbraSSLPrivateKey...failed.
** Saving server config key zimbraSSLPrivateKey...failed.
** Saving server config key zimbraSSLCertificate...failed.
** Saving server config key zimbraSSLPrivateKey...failed.
Tue Jul 21 09:03:34 2009 failed. (28416)
Configuration failed
I've read a couple of threads and this info is a must, so here it is:
# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
172.18.200.30 mail2.transactel.net mail2
::1 localhost6.localdomain6 localhost6
]# cat /etc/resolv.conf <-- we still are in testing phases so I have a local bind set up
search transactel.netread
#nameserver 172.18.200.79
#nameserver 172.18.200.12
nameserver 127.0.0.1
# dig transactel.net mx
; <<>> DiG 9.3.4-P1 <<>> transactel.net mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45771
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;transactel.net. IN MX
;; ANSWER SECTION:
transactel.net. 1500 IN MX 10 mail2.transactel.net.
;; AUTHORITY SECTION:
transactel.net. 1500 IN NS mail2.transactel.net.
;; ADDITIONAL SECTION:
mail2.transactel.net. 1500 IN A 172.18.200.130
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Tue Jul 21 09:07:51 2009
;; MSG SIZE rcvd: 84
]# dig transactel.net any
; <<>> DiG 9.3.4-P1 <<>> transactel.net any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18861
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;transactel.net. IN ANY
;; ANSWER SECTION:
transactel.net. 1500 IN SOA transactel.net. admin.transactel.net. 10118 43200 3600 3600000 2592000
transactel.net. 1500 IN NS mail2.transactel.net.
transactel.net. 1500 IN MX 10 mail2.transactel.net.
;; ADDITIONAL SECTION:
mail2.transactel.net. 1500 IN A 172.18.200.130
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Tue Jul 21 09:08:11 2009
;; MSG SIZE rcvd: 126
# host `hostname`
mail2.transactel.net has address 172.18.200.130
mail2.transactel.net mail is handled by 10 mail2.transactel.net.
I guess it could be something boring for you but I appreciate any help.
Regards,
Jor-El. |