View Single Post
  #1 (permalink)  
Old 11-03-2009, 01:41 PM
jbond1967 jbond1967 is offline
Junior Member
 
Posts: 6
Default [SOLVED] zmsetup issue ldap 28160

I'm having an issue with the zmsetup.pl script. I did a search on my error and found ldap initialization failed, which says I need to check my mx record and my /etc/hosts file (done).

I'm still getting errors.

The error in the script:
DNS ERROR resolving MX for mail.myserver.com
It is suggested that the domain name have an MX record configured in DNS
If I force the script to go on, I get the following error in the log
IO::Socket::INET: connect: timeout at /opt/zimbra/libexec/zmldapinit line 136.
Tue Nov 3 12:10:51 2009 failed. (28160)
now, my mx record is correct: dig mail.myserver.com returns (sanitized for my privacy, of course):
[INDENT]; QUESTION SECTION:
;mail.myserver.com. IN A

;; ANSWER SECTION:
mail.myserver.com. XXXX IN A XX.XX.XX.XX

;; AUTHORITY SECTION:
myserver.com. XXXXX IN NS xx.worldnic.com.
myserver.com. XXXXX IN NS xx.worldnic.com.


and my etc/hosts file contains the two following lines
127.0.0.1 localhost.localdomain
XX.XX.XX.XX mail.myserver.com mail
I'm at a loss. Suggestions,

Thanks
Reply With Quote