View Single Post
  #9 (permalink)  
Old 10-17-2009, 12:25 AM
phoenix phoenix is online now
Zimbra Consultant & Moderator
 
Posts: 20,301
Default

Quote:
Originally Posted by bertie_uk View Post
phoenix: nginx & memcached were giving errors when I started 5.0.18 on the new server. The old 5.0.18 had started life as early as Zimbra 4.0 I think. I wasn't too bothered and after searching on here, decided to install the imapproxy during the 6.0.1 install to fix them.
You should NOT have them installed on a single server (it will cause problems) and I'd suggest you remove them before proceeding any further with your problem diagnosis. You can check if the proxy is installed/running with:

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 (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. When you've done that continue with your current problem diagnosis by check the log files as you've been asked in the post above this one.
__________________
Regards


Bill
Reply With Quote