View Single Post
  #9 (permalink)  
Old 08-31-2007, 04:56 PM
mmorse mmorse is offline
Moderator
 
Posts: 6,236
Default

Quote:
Originally Posted by mvincent View Post
ok.. we uninstalled zimbra. reinstalled it. set the host name to mail.mpseast.com. changed the host file to the local ip of the computer 192.x.x.x mail.mpseast.com. However, the etho 0 settings under hosts in the network configuration panel is the routers ip and the name is mail.mpseast.com is that correct? The dns hostname under the network configuration pannel is still localhost.localdomain. is that correct?
try this order-it's easier if you workout the hosts stuff before you install zimbra
-uninstall zimbra
-change server hostname
-correct hostsfile
-reinstall zimbra (documentation is here /community/documentation.html)
Quote:
Originally Posted by mvincent View Post
After restarting the computer we are getting this error.

FAILED
Failed to start slapd. Attempting debug start to determine error. demon: bind(7) failed errno=99 (Cannot assign requested address) slap_open_listener: failed on ldap://mail.mpseast.com:389

So is the that normal for this part of the project. Do i just continue to configure dns or do i need to revise something before i mess with that?
Quote:
Originally Posted by jholder View Post
An error 99 usually indicates that although you have your hosts file correct, the IP on the interface is not the one in the hosts file.
slapd cannot bind to port 389 general, this would be because something else is already listening on that port, or there is a hostname mismatch, etc.

Quote:
Originally Posted by mvincent View Post
we also just tried seting the host file up like the last post where everything is 127.0.0.1 .
now when we start it up we get Starting ldap ... done. then nothing happens none of the other stuff starts.
If you look at that post closely it's actually what your not supposed to do
Quote:
Originally Posted by joshuamorgan View Post
heh. well i would be lieing if i said no problems. my /etc/hosts file looked like this:
127.0.0.1 localhost.localdomain localhost
127.0.0.1 mail.mydomain.com mail
i then changed the ip address of the mail.mydomain.com entry to the eth0 interface's ip address and everything worked fine.
-(are you going with a split dns?)
from the zimbra box, test resolution with
Quote:
host `hostname` <-- backticks not single quotes
dig domain.com mx
dig domain.com any

Last edited by mmorse; 09-04-2007 at 04:46 PM..
Reply With Quote