Hi,
now that my server is running, I wanted to switch the listening ports to the classical ones... I tried:
Code:
$ zmprov ms domain.com zimbraMailSSLPort 443
ERROR: service.INVALID_REQUEST (invalid request: port 443 conflict between zimbraMailSSLPort and zimbraMailSSLProxyPort on server domain.com)
I checked the ports and here's what I got...
Code:
$ zmprov gacf | grep Port
...
zimbraMailPort: 80
zimbraMailProxyPort: 0
zimbraMailSSLPort: 0
zimbraMailSSLProxyPort: 0
...
So I gave the proxy a "fake" port and then I could change the ssl port (and ran into connection refused)...
Code:
zmprov ms domain.com zimbraMailSSLProxyPort 9443
$ zmprov ms domain.com zimbraMailSSLPort 443
$ zmprov ms domain.com zimbraMailSSLProxyPort 0
[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
The strange thing is that the ports are still listed as being set to 0 from gacf...
Where can I get the real values?
Thx,
JD