When I have it set to redirect mode grepping auth shows the following:
zimbra@mail:~$ zmprov gs mail.xxxx.com | grep Auth
zimbraMtaAuthEnabled: TRUE
zimbraMtaAuthHost: mail.xxxx.com
zimbraMtaAuthTarget: TRUE
zimbraMtaAuthURL:
http://mail.xxxx.com/service/soap/
zimbraMtaTlsAuthOnly: TRUE
zimbra@mail:~$ zmprov gs mail.xxxx.com | grep Mode
zimbraBackupMode: Standard
zimbraMailMode: redirect
After setting to http only mode it shows the same thing
zimbra@mail:~$ zmprov gs mail.xxxx.com | grep Auth
zimbraMtaAuthEnabled: TRUE
zimbraMtaAuthHost: mail.xxxx.com
zimbraMtaAuthTarget: TRUE
zimbraMtaAuthURL:
http://mail.xxxx.com/service/soap/
zimbraMtaTlsAuthOnly: TRUE
Do these look correct?
Redirect mode works, http only does not. I'm perplexed that under redirect mode, with that URL set to regular http that it is working, shouldn't it be set to https in that mode?
Trying to set the zimbraMtaAuthUrl to
http://mail.xxxx.com:80/service/soap/ (like the example on the page you linked) gives me an error. Setting it to mail.xxxx.com makes no change.
Thanks for pointing me to that page. I'm going to try to play with it a little tonight, now that most of my users have gone home.
Any other ideas you might have would be appreciated.