Quote:
Originally Posted by elisa Hi,
I have wrongly installed the imap/proxy service for a single server installation.
What I have to do to disable this service? Is it sufficient to remove to check from the Zimbra Admin Interface in the server section? |
To make sure it's configured correctly, check if the proxy is installed/running:
Code:
zmproxyctl status
zmprov gs server.domain.com | grep zimbraServiceEnabled
zmprov gs server.domain.com | grep zimbraServiceInstalled
If it's in, then run this:
Code:
zmproxyctl stop
zmprov ms server.domain.com -zimbraServiceEnabled imapproxy
zmcontrol stop
zmcontrol start
To reset the ports run the following (on one line):
Code:
zmprov -l ms server.domain.com zimbraPop3BindPort 110 zimbraPop3SSLBindPort 995 zimbraPop3ProxyBindPort 7110 zimbraPop3SSLProxyBindPort 7995 zimbraImapBindPort 143 zimbraImapSSLBindPort 993 zimbraImapProxyBindPort 7143 zimbraImapSSLProxyBindPort 7993
then restart. Run those commands as the zimbra user.