View Single Post
  #19 (permalink)  
Old 03-02-2007, 04:52 PM
jholder jholder is offline
Zimbra-Yahoo Consultant
 
Posts: 5,608
Default

Change the http and https port, then login to the admin interface, and disable the imapproxy:
The correct command is, while logged in as zimbra user :

zmprov ms SERVERNAME zimbraMailPort 8000 [/code]

Then you have to restart Zimbra, still being logged in as zimbra user :
tomcat stop
tomcat start

If you want to change the SSL port to 8001, you have to do this, still logged in as zimbra user :
zmprov ms SERVERNAME zimbraMaiSSLPort 8001
tomcat stop
tomcat start
Reply With Quote