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

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 Search this Thread Display Modes
  #1 (permalink)  
Old 10-08-2008, 08:26 PM
Member
 
Posts: 11
Default CAN'T Enable cleartext logins for IMAP/POP3!?

Ok. I have in global settings enable clear text logins for IMAP and POP3.Under servers I have disabled TLS Authentication only and under IMAP and POP3 the enable clear text login is checked but the box is grayed out and is not checkable or uncheckable. Server and computer in general has been reboot numerous times but still even telneting to the server via port 143 when I try to login with a login username password I get the reply back NO cleartext logins disabled... Can anyone tell me how to get this working?
Reply With Quote
  #2 (permalink)  
Old 10-10-2008, 08:15 AM
Member
 
Posts: 12
Default Try This

I went under the general information tab and unchecked use this as a reverse proxy, then I was able to check clear text login.

I did not install zimbra proxy and it is not running so I am not sure what this is for. Must be part of the new build because I've built several servers and this is the first time I've seen it.
Reply With Quote
  #3 (permalink)  
Old 12-07-2008, 03:56 PM
Senior Member
 
Posts: 51
Default

I've got the same problem and tried the suggestion above, but it doesn't work.

I have the setting ticked, to allow cleartext logons but it doesn't allow it.

I've restarted the server but it makes no difference.

I need this changing as I've got about 20 clients to transfer onto the zimbra box but I can't if they're all going to need to enable secure logins in their clients - something that really they shouldn't have to do.

Besides which I've got POP3 scripts on the server which do not have an SSL option.

help!

I'm running the current version of Zimbra on CentOS 5.1. If you need any more info pls ask.

Last edited by MGSteve; 12-07-2008 at 04:18 PM..
Reply With Quote
  #4 (permalink)  
Old 12-08-2008, 02:14 AM
Senior Member
 
Posts: 51
Default

Never mind, fixed it myself!

Ok, what you need to do is ditch the admin website as no matter how many times you tick the 'Enable Clear Text Logins' option, it has no effect.

Login to your Zimbra box and issue the following commands as the Zimbra user

----
zmprov mcf zimbraImapCleartextLoginEnabled TRUE
zmprov mcf zimbraPop3CleartextLoginEnabled TRUE
----

Now you need to remove the imap proxy

(obviously change the mailserver address for your own as appropriate)

-----
zmprov ms server.example.com -zimbraServiceEnabled imapproxy
zmprov -l ms server.example.com zimbraPop3BindPort 110 zimbraPop3SSLBindPort 995 zimbraPop3ProxyBindPort 7110 zimbraPop3SSLProxyBindPort 7995 zimbraImapBindPort 143 zimbraImapSSLBindPort 993 zimbraImapProxyBindPort 7143 zimbraImapSSLProxyBindPort 7993
----

The last command is important as it restores the link to the correct ports, as these are normally taken by the imap proxy.

then simply restart zimbra and away you go.
Reply With Quote
  #5 (permalink)  
Old 12-08-2008, 04:06 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Did you disable the proxy before making the clear text login change via the cli? Making the change in the Admin UI works for me on the current 5.0.11, you shouldn't have had the proxy enabled (on a single server install) in the first place but running the following will tell you if it's been set:

Code:
zmproxyctl status
zmprov gs server.domain.com | grep zimbraServiceEnabled
zmprov gs server.domain.com | grep zimbraServiceInstalled

zmprov  gs fqdn.yourserver.com | grep -i clear
As you've already said, if the proxy is enabled then run this:
Code:
zmproxyctl stop
zmprov ms server.domain.com -zimbraServiceEnabled imapproxy
zmcontrol stop
zmcontrol start
and reset the ports you should run the following (on one line):

Code:
zmprov -l ms server.domain.com zimbraPop3BindPort 110 zimbraPop3SSLBindPort 995 zimbraPop3ProxyBindPort 7110 zimbraPop3SSLProxyBindPort 7995 zimbraImapBindPort 143 zimbraImapSSLBindPort 993 zimbraImapProxyBindPort 7143 zimbraImapSSLProxyBindPort 7993
__________________
Regards


Bill
Reply With Quote
  #6 (permalink)  
Old 12-08-2008, 05:37 AM
Senior Member
 
Posts: 51
Default

ah. d'oh! Hadn't spotted the proxy setting on the services tab!

Would be nice if it was a bit clearer that you need to disable the proxy to allow clear text logins though....
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.