[SOLVED] Ngnix Help I have 2 pop/imap/http proxy servers and 4 mail stores. The problem I have been experiencing is that when I go to my url that points to the proxies - I can log in, but then the proxies try to redirect me to the mail store that the mailbox resides on instead of proxying the connection between the proxy and the mail store,
There is not a lot of documentation on this, but what my config looks like is as follows:
Proxy :
zimbraReverseProxyHttpEnabled: TRUE
zimbraReverseProxyImapSaslGssapiEnabled: FALSE
zimbraReverseProxyImapStartTlsMode: on
zimbraReverseProxyLookupTarget: FALSE
zimbraReverseProxyMailEnabled: TRUE
zimbraReverseProxyMailMode: http
zimbraReverseProxyPop3SaslGssapiEnabled: FALSE
zimbraReverseProxyPop3StartTlsMode: on
mailstore:
zimbraReverseProxyHttpEnabled: TRUE
zimbraReverseProxyImapSaslGssapiEnabled: FALSE
zimbraReverseProxyImapStartTlsMode: on
zimbraReverseProxyLookupTarget: TRUE
zimbraReverseProxyMailEnabled: FALSE
zimbraReverseProxyMailMode: http
zimbraReverseProxyPop3SaslGssapiEnabled: FALSE
zimbraReverseProxyPop3StartTlsMode: on
Any help on this would be greatly appreciated. |