View Single Post
  #1 (permalink)  
Old 05-07-2008, 08:23 PM
kai.liao kai.liao is offline
Starter Member
 
Posts: 2
Default [SOLVED] "Enable POP clear text login" doesn't work in Zimbra Proxy

Hello Experts
I have installed 2 ZCS(5.0.5 GA Release) servers and one of them with Zimbra Proxy in it. I enabled "pop clear text login" on these 2 ZCS servers, but the server with zimbra proxy always responded with "-ERR cleartext logins disabled", the other one without zimbra proxy worked well.
I checked conf/nginx.conf and found that it doesn't change to enable clear text login in zimbra proxy. I think this function is not applied on zimbra proxy.
Can zimbra experts tell me how to enable clear text login in zimbra proxy?


conf/nginx.conf

server {
listen 110;
protocol pop3;
proxy on;
sasl_service_name "pop";
# starttls=on implies cleartext login enabled
# starttls=only implies cleartext login requires SSL/TLS
starttls only;

Last edited by kai.liao; 05-07-2008 at 08:25 PM..
Reply With Quote