Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra - Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-07-2008, 08:23 PM
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
  #2 (permalink)  
Old 05-08-2008, 07:52 AM
Moderator
 
Posts: 5,806
Default

Welcome to the forums

To check the setting do
Code:
su - zimbra
zmprov gs zcs.server.name | grep zimbraReverseProxyPop3StartTlsMode
I am sure it will be set to only, so to change that do
Code:
zmprov ms zcs.server.name zimbraReverseProxyPop3StartTlsMode=on
__________________
SplatNIX IT Services :: Innovation through Collaboration™


http://www.messagefortress.com
Reply With Quote
  #3 (permalink)  
Old 05-08-2008, 09:00 AM
Starter Member
 
Posts: 2
Default

Thanks a lot. It worked. It should be added on UI.
Reply With Quote
  #4 (permalink)  
Old 05-08-2008, 09:02 AM
Moderator
 
Posts: 5,806
Default

Feel free to raise a RFE
__________________
SplatNIX IT Services :: Innovation through Collaboration™


http://www.messagefortress.com
Reply With Quote
  #5 (permalink)  
Old 05-08-2008, 10:12 AM
Member
 
Posts: 10
Default

Take the '=' sign out of the code line. so line should read. Thanks for the quick fix. I also ran into the same issue with IMAP and clear text login. Second code line addresses that.

Code:
zmprov ms zcs.server.name zimbraReverseProxyPop3StartTlsMode on

zmprov ms zcs.server.name zimbraReverseProxyImapStartTlsMode on

Last edited by cciardi : 05-08-2008 at 10:53 AM.
Reply With Quote
Reply


Thread Tools
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0