Quote:
Originally Posted by godfather55v yes single server doing it all, i was under the impression from the documentation that everything ran though proxies? |
Not on a Single Server it doesn't.
Quote:
Originally Posted by godfather55v I'm begining to think that isn't the case? |
That's correct.

Do the following:
Check if the proxy is installed/running:
Code:
zmproxyctl status
zmprov gs `zmhostname` | grep zimbraServiceEnabled
zmprov gs `zmhostname` | grep zimbraServiceInstalled
If it's in, then run this:
Code:
zmproxyctl stop
zmprov ms `zmhostname` -zimbraServiceEnabled imapproxy
zmcontrol stop
zmcontrol start
To reset the ports run the following command (all on one line):
Code:
zmprov -l ms `zmhostname` zimbraPop3BindPort 110 zimbraPop3SSLBindPort 995 zimbraPop3ProxyBindPort 7110 zimbraPop3SSLProxyBindPort 7995 zimbraImapBindPort 143 zimbraImapSSLBindPort 993 zimbraImapProxyBindPort 7143 zimbraImapSSLProxyBindPort 7993
then restart.