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 |