View Single Post
  #2 (permalink)  
Old 02-17-2007, 08:59 AM
Klug Klug is offline
Moderator
 
Posts: 2,207
Default

Hello,

Quote:
Originally Posted by scervera View Post
I have my mail server setup on a internet access where my ISP blocks port 80. I changed the http port in the Zimbra configuration to port 8000. Port 7070 is not blocked.Port 443 is blocked too.
How did you change the port to 8000 ?

The correct command is, while logged in as zimbra user :
Code:
zmprov ms SERVERNAME zimbraMailPort 8000
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 8001
tomcat stop
tomcat start
Or course SERVERNAME should be replace by the FQDN of your server 8)

Last edited by Klug; 02-20-2007 at 10:02 AM..
Reply With Quote