I want to use SMTP Authentication and https protocol on my server.
According to this
wiki I set:
Code:
$zmtlsctl redirect
$zmmailboxdctl restart
Everything is good working. The only question is "zimbraMtaAuthURL".
Code:
zmprov getServer myserver.com | grep zimbraMtaAuthURL
zimbraMtaAuthURL: http://myserver.com:80/service/soap/
Is it normal that it is set to
http://myserver.com:80/service/soap/ ?
Cause when I tried to change it to
https://myserver.com:443/service/soap/
I got this response:
Code:
$zmprov modifyServer myserver.com zimbraMtaAuthURL https://myserver.com:443/service/soap/
ERROR: service.INVALID_REQUEST (invalid request: zimbraMtaAuthURL is immutable)
Thanks for your attention.