Hello all,
I am trying to set up a single zimbra mail server. I finished to install and configure it but I still have trouble with ldap every time I tried to do zmcontrol start, I get the below message
[zimbra@server root]$ zmcontrol start
Host server.test.com
Starting ldap...Done.
FAILED
Failed to start slapd. Attempting debug start to determine error.
daemon: bind(7) failed errno=99 (Cannot assign requested address)
slap_open_listener: failed on ldap://server.test.com:389
I did a lot of research on the internet about ldap but none of them helped me to solve my problem. Below are the output of cat /etc/hosts, cat /etc/resolv.conf, dig server.test.com mx and dig server.test.com any
[zimbra@server root]$ 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
205.178.152.27 server.test.com server
# ::1 localhost6.localdomain6 localhost6
[zimbra@server root]$ cat /etc/resolv.conf
; generated by /sbin/dhclient-script
search test.com
nameserver 127.0.0.1
nameserver 127.0.0.1
[zimbra@server root]$ host `hostname`
server.test.com has address 205.178.152.27
[zimbra@server root]$ dig server.test.com mx
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-20.P1.el5 <<>> server.test.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64028
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;server.test.com. IN MX
;; Query time: 3046 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Mar 23 14:48:07 2012
;; MSG SIZE rcvd: 38
[zimbra@server root]$ dig server.test.com any
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-20.P1.el5 <<>> server.test.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30037
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0
;; QUESTION SECTION:
;server.test.com. IN ANY
;; ANSWER SECTION:
server.test.com. 6139 IN A 205.178.152.27
;; AUTHORITY SECTION:
test.com. 5956 IN NS ns66.worldnic.com.
test.com. 5956 IN NS ns65.worldnic.com.
;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Mar 23 14:48:36 2012
;; MSG SIZE rcvd: 101
Please take a look at my output and show me how to fix my problems. I am new on zimbra mail server. My single zimbra mail server is on local and did not connect it to our network yet because I would like to see if it works or not before I place it on our network. Thank you very much for your helps.
NL


LinkBack URL
About LinkBacks


