How to set Zimbra web service’s hostname and port?
Posted on In QAIn Zimbra server, how to set Zimbra web service’s hostname and port?
Set Zimbra Web service’s host and port (to mail.domain.com:80
as an example) for a mail domain domain.com
:
zmprov md domain.com zimbraPublicServiceHostname mail.domain.com
zmprov md domain.com zimbraPublicServicePort 80
Reference: https://wiki.zimbra.com/wiki/When_using_a_proxy,_the_’change_password’_box_doesn’t_load
Hi,
I’m looking how to change Zimbra 8.8.15 URL from port 4443 to 443?
But wiith no success with the proxy.
zimbraMailPort: 81
zimbraMailProxyPort: 80
zimbraMailSSLClientCertPort: 9443
zimbraMailSSLPort: 4443
zimbraMailSSLProxyClientCertPort: 3443
zimbraMailSSLProxyPort: 8443
zimbraMtaAuthURL: https://mail.example.com:4443/service/soap/
It will be very glad to help me.
Best,
Change zimbraMailSSLPort value from 4443 to 443?
You may find this manual page helpful: https://wiki.zimbra.com/wiki/Steps_to_fix_port_redirection_problem_with_password_change_request_on_webclient
Hi,
Thanks for your asnwer but it didn’t work. URL is not change:
zimbraMailPort: 81
zimbraMailProxyPort: 80
zimbraMailSSLClientCertPort: 9443
zimbraMailSSLPort: 443
zimbraMailSSLProxyClientCertPort: 3443
zimbraMailSSLProxyPort: 8443
zimbra@mail:/home/xxx$ zmprov gs `zmhostname` | grep 443
zimbraMailSSLClientCertPort: 9443
zimbraMailSSLPort: 443
zimbraMailSSLProxyClientCertPort: 3443
zimbraMailSSLProxyPort: 8443
zimbraMtaAuthURL: https://mail.example.com:4443/service/soap/
I’m completely in a broken configuration now.
Let me know how to change the zimbraMtaAuthURL
All command I’ve found are deprecated…
Best
You may try the fix here https://forums.zimbra.org/viewtopic.php?t=9957#p73332 to try to set the zimbraMtaAuthHost if it is caused by the bug mentioned.
For more informations about the actual config:
zimbraHttpContextPathBasedThreadPoolBalancingFilterRules: /service:max=80%
zimbraHttpRequestHeaderSize: 8192
zimbraHttpResponseHeaderSize: 8192
zimbraMailMode: https
zimbraMailPort: 81
zimbraMailProxyPort: 80
zimbraMailReferMode: wronghost
zimbraMailSSLClientCertPort: 9443
zimbraMailSSLPort: 4443
zimbraMailSSLProxyClientCertPort: 3443
zimbraMailSSLProxyPort: 8443
zimbraMobileMetadataRetentionPolicy: 180:30:1
zimbraMtaAuthURL: https://mail.example.com:4443/service/soap/
zimbraRemoteImapBindPort: 8143
zimbraReverseProxyLookupTarget: TRUE
zimbraSpellCheckURL: http://mail.example.com:7780/aspell.php
Thanks!
But this command is deprecated. The post is dated from 2006