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

Yeah, I've seen this before.
I'm not sure if i'd call it a bug, but I'll check into it for you.

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 :
Code:
zmprov ms SERVERNAME zimbraMailPort (port here)
Then you have to restart Zimbra, still being logged in as zimbra user :
Code:
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 :
Code:
zmprov ms SERVERNAME zimbraMaiSSLPort (port here)
tomcat stop
tomcat start
Also, it might be helpful to check here:
http://wiki.zimbra.com/index.php?tit...ring_Perdition
Reply With Quote