Hi All,
First off let me say that I am still learning my way through Zimbra Server. I come form an Exchange Admin background so I am familiar with e-mail server basics.
I have had Zimbra installed for about 8 months now (on Ubuntu 8.04 LTS) and generally running well.
A little while ago I changed ISP's and my new one blocks inbound SMTP on port 25. So I thought I'd get clever and use DynDNS's Mailhop service and just bring it in on an alternate port.
All looked fine in terms of config DynDNS service pointing at TCP 587, firewall open on port 587, NAT configured to direct to internal mail server, Zimbra server responding on port 587 (from internal port scan).
However inbound e-mail was not happening (received these when MailHop was trying to deliver -
554 5.7.1 <mxout-145-iad.mailhop.org[216.146.32.145]>: Client host rejected: Access denied (in reply to RCPT TO command))
I configured up a bunch of stuff in the admin console to try and tell Zimbra that this host was OK to send stuff to me on that port but to no avail.
At this point Zimbra still worked fine but just did not send/receive mail (ie was able to connect to admin console, start/stop server successfully)
I have also been having issues trying to send mail outbound from my ISP even after configuring Zimbra to use my ISP's 0 MX recorded server as an outbound relay.
So I then bought an outbound mailhop service from DynDNS and followed this article to configure the connection for a smart relay...
Outgoing SMTP Authentication - Zimbra :: Wiki
After completing the last of the zmlocalconfig commands I did a start/stop of the Zimbra server. started getting LDAP errors. Then did a full server reboot and Zimbra would not start.
Doing a zmcontrol status shows the following:
zimbra@phantom:~/bin$ ./zmcontrol status
Unable to determine enabled services from ldap.
Enabled services read from cache. Service list may be inaccurate.
Host localhost
antispam Stopped
zmmtaconfigctl is not running
zmamavisdctl is not running
antivirus Stopped
zmmtaconfigctl is not running
zmamavisdctl is not running
zmclamdctl is not running
ldap Stopped
ldap_url and ldap_master_url cannot be the same on an ldap replica
I have serached this out in the forums and I cannot see anywhere that replicates my circumstances.
Can anyone help out firstly with getting the server to actually start again and then maybe assist in getting the server talking to the external mailhop server/s ?