View Single Post
  #14 (permalink)  
Old 10-30-2009, 06:55 AM
samesisa samesisa is offline
Active Member
 
Posts: 26
Default

Quote:
Originally Posted by ArcaneMagus View Post
The error that you have posted above is saying that it can't connect to the LDAP server. What is the output of `zmcontrol status`?
I'am focus with this:

Quote:
Originally Posted by samesisa View Post
warn on /opt/zimbra/log/mailbox.log
Code:
Caused by: javax.naming.CommunicationException: mail.mydomain.com:389 [Root exception is java.net.ConnectException: Connection refused]
Why LDAP Server refuse those connections??+

mail:~ # netstat -anp | grep -i listen | grep 389
tcp 0 0 127.0.0.1:389 0.0.0.0:* LISTEN -

When run zmcontrol status, all services are running.
Exists one log specific for LDAP service??

If i restart the service using zmcontrol stop & zmcontrol start we can send mails again.
Reply With Quote