Hi ,
We had the followign setup as below and we want to enable Clear text login for imap/pop3 service in a proxy environment.
1) 2 Proxy servers which proxy web/imap/pop3 traffic to mbx01
2) 2 MTA servers that handle smtp connection
3) 2 ldap servers handling ldap requests.
I already tried the following but it won't work. Can anyone help?
1) directly modify nginx configuration to change "starttls" to "on" in proxy01 but the configuration get override once zimbra was restarted(zmcontrol restart)
2) Already set IMAP/POP3 to enable clear text login and restarted zimbra service in proxy01
[zimbra@proxy01 includes]$ zmprov gs `zmhostname` | grep -i Cleartext
zimbraCalendarCalDavClearTextPasswordEnabled: TRUE
zimbraImapCleartextLoginEnabled: TRUE
zimbraMailClearTextPasswordEnabled: TRUE
zimbraPop3CleartextLoginEnabled: TRUE
3) Also tried to disable anx re-enable imapporyx in proxy01 but still don't work.
zmprov -l ms `zmhostname` -zimbraServiceEnabled imapproxy
zmcontrol restart
zmprov -l ms `zmhostname` +zimbraServiceEnabled imapproxy
zmcontrol restart
zmprov -l proxy01.example/.com zimbraPop3BindPort 110 zimbraPop3SSLBindPort 995 zimbraPop3ProxyBindPort 7110 zimbraPop3SSLProxyBindPort 7995 zimbraImapBindPort 143 zimbraImapSSLBindPort 993 zimbraImapProxyBindPort 7143 zimbraImapSSLProxyBindPort 7993
zmcontrol restart
zmproxyconfig -m -d -p 7110:110:7995:995 -H proxy01.example.com
zmproxyconfig -m -e -p 7110:110:7995:995 -H proxy01.example.com
zmproxyconfig -m -d -i 7143:143:7993:993 -H proxy01.example.com
zmproxyconfig -m -e -i 7143:143:7993:993 -H proxy01.example.com
zmcontrol restart
Thanks,
Steven


LinkBack URL
About LinkBacks

