View Single Post
  #5 (permalink)  
Old 09-09-2009, 06:52 AM
phoenix phoenix is online now
Zimbra Consultant & Moderator
 
Posts: 19,652
Default

Quote:
Originally Posted by hocky View Post
this is a test system that's why all the functions are on the same box for now
You do not install the proxy on a single server install, it will cause you problems.

Quote:
Originally Posted by hocky View Post
i wanted to check what happened should the store fail and i thought this checkbox was doing the same as "zmmailboxdctl start/stop" which it clearly does not...

the result of the
zmprov gs `zmhostname`|grep mailbox
command is :
zimbraServiceInstalled: mailbox
To enable the service do the following:

Code:
zmprov ms `zmhostname` zimbraServiceEnabled TRUE
To get rid of the proxy run the following commands to 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 `zmserverhostname` -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
__________________
Regards


Bill
Reply With Quote