View Single Post
  #2 (permalink)  
Old 10-11-2008, 02:46 AM
Jinx Jinx is offline
Starter Member
 
Posts: 2
Default

Gday tikitom,

I found this error to be related to your /etc/hosts file... I had an incorrect IP address assigned to my "mail.mydomain mail" entry. Once I corrected this and ran ./install -u && ./install again, it seems to work (well at least got past the ldap issue).

Example of what my /etc/hosts looks like:
127.0.0.1 localhost.localdomain localhost
192.168.0.3 mail.mydomain mail

I had 192.168.0.2 instead of 192.168.0.3 (the mail server).

mail.mydomain is also resolvable via my LAN DNS server (not an Internet DNS server).

Hope that helps.

Cya round
Jinx
Reply With Quote