Hello,
Quote:
Originally Posted by scervera 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)