Hello all,
I am now getting this error when setting up my server:
Initializing ldap...failed. (5632)
My os information is Centos 5 with 2 gb ram
Here is my error when running the script
Code:
DNS ERROR resolving MX for vhda.danati.com
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes]
Create Domain: [vhda.danati.com] danati.com
MX: vhda.danati.com (72.52.242.117)
Interface: 127.0.0.1
Interface: 72.52.242.117
done.
Checking for port conflicts
Note
The previous configuration appears to have failed to complete
Attempt to complete configuration now? [yes]
Save configuration data to a file? [Yes]
Save config in file: [/opt/zimbra/config.19547]
Saving config in /opt/zimbra/config.19547...done.
The system will be modified - continue? [No] yes
Operations logged to /tmp/zmsetup.10142008-170716.log
Initializing ldap...failed. (5632)
ERROR
Configuration failed
Please address the error and re-run /opt/zimbra/libexec/zmsetup.pl to
complete the configuration.
Errors have been logged to /tmp/zmsetup.10142008-170716.log Here is my log file
Code:
IO::Socket::INET: Bad hostname '' at /opt/zimbra/libexec/zmldapinit line 160.
Tue Oct 14 17:08:05 2008 failed. (5632)
Tue Oct 14 17:08:05 2008
ERROR
Tue Oct 14 17:08:05 2008
Configuration failed
Tue Oct 14 17:08:05 2008 Please address the error and re-run /opt/zimbra/libexec/zmsetup.pl to
Tue Oct 14 17:08:05 2008 complete the configuration.
Tue Oct 14 17:08:05 2008
Errors have been logged to /tmp/zmsetup.10142008-170716.log
Here is my /etc/host file:
Code:
cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
# Auto-generated hostname. Please do not remove this comment.
72.52.242.117 vhda.danati.com vhda
cat /etc/sysconfig/network
NETWORKING="yes"
GATEWAY="192.0.2.1"
HOSTNAME="vhda.danati.com"
[root@vhda bin]# hostname
vhda.danati.com
I think my hostname is fine:
Here is my MX record
Code:
dig mx danati.com
; <<>> DiG 9.3.4-P1 <<>> mx danati.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31137
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 2
;; QUESTION SECTION:
;danati.com. IN MX
;; ANSWER SECTION:
danati.com. 176400 IN MX 10 vhda.danati.com.
;; AUTHORITY SECTION:
danati.com. 176400 IN NS phd1.danati.com.
;; ADDITIONAL SECTION:
vhda.danati.com. 176400 IN A 72.52.242.117
phd1.danati.com. 176400 IN A 72.52.242.116
;; Query time: 0 msec
;; SERVER: 72.52.242.116#53(72.52.242.116)
;; WHEN: Tue Oct 14 17:17:40 2008
;; MSG SIZE rcvd: 100
What am I doing wrong?
Thanks for the help,
timgerr