View Single Post
  #13 (permalink)  
Old 02-10-2006, 10:00 AM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default bug

Quote:
Originally Posted by drewage
Code:
zmprov gs myhost.com | grep zimbraMtaAuth
zimbraMtaAuthEnabled: TRUE
zimbraMtaAuthHost: myhost.com
zimbraMtaAuthURL: https://myhost.com:443/service/soap/
Code:
zmprov gs myhost.com | grep zimbraMailMode
zimbraMailMode: http
Code:
zmprov gs myhost.com | grep zimbraMailPort
zimbraMailPort: 80
Code:
zmprov gs myhost.com | grep zimbraMailSSLPort
zimbraMailSSLPort: 443
I did zmcontrol stop/start earlier to see if it would crank back up...would these commands give useful output when the mailbox and mta have failed ? If so I will run them if/when it happens again.

You've hit the bug - notice that your auth URL is https://..., but your mail mode is http - the workaround is to either reset your mtaAuthHost (to the value it's currently set to) or to change your mail mode (depending on whether the mail mode is correct for your purposes).

either:
zmprov ms myhost.com zimbraMtaAuthHost myhost.com
OR
zmtlsctl https (or mixed)
Reply With Quote