Hi,
I have zimbra 5.0.18 installed on vserver Debian Etch 4.0. The host is also Debain Etch. I the vserver I have 2 interfaces:
- loopback - 192.168.1.10
- interface with public IP / direct connection to Internet.
All zimbra services are running fine (zcontrol status), but I can't send / receive messages. When I trying to send message I get a error:
Code:
method: SendMsgRequest
msg: system failure: MessagingException
code: service.FAILURE
In the mailbox.log I see these lines:
Code:
smtp - exception occurred during SendMsg
com.zimbra.cs.mailbox.MailSender$SafeMessagingException: Connection refused; chained exception is:
java.net.ConnectException: Connection refused
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1378)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:399)
Telnet is fine on 192.168.1.10:25 (zimbra service response)
My /etc/hosts is:
Code:
192.168.1.10 localhost.localdomain localhost
xxx.xxx.xxx.xxx mail.xxx.com mail
Please tell me, what I missed? I configured postfix (and other zimbra services) to use my 192.168.1.10 loopback interface. Maybe I have to configure routing? or put some services on the public interface?