Roundcube Community Forum

Release Support => Pending Issues => Topic started by: Larry Scott on August 08, 2013, 03:00:26 AM

Title: IMAP TLS settings help request
Post by: Larry Scott on August 08, 2013, 03:00:26 AM
Hello RoundCUbe,

I am almost there..... one last hurdle!
My evolution / posstfix seems to want TLS configured these days.
I am trying to figure out how to configure RoundCube for TLS.
I read a number of different posts, but am not making much progress.
I am hoping you can point me in the right direction.

I included 4 screenshots so you can see what I am doing (wrong).
1:  shows my evolution imap configuration which works perfeeectly
2:  shows my roundcube test
3:  shows I can telnet to my IMAP server
4:  shows my roundcube config file.

I suspect I am doing something stupid and would be very appreciative for  any help.
I am really excited to see roundcube working on my server.

Thanks,
Larry Scott
Walnut Creek, CA
Title: Re: IMAP TLS settings help request
Post by: SKaero on August 08, 2013, 11:14:01 AM
I only see screenshot #4, TLS doesn't tend to run on port 143 so that would be my guess as to whats wrong.
Title: Re: IMAP TLS settings help request
Post by: james968 on August 09, 2013, 05:13:05 AM
In the setup instructions for OS X, it said not to use localhost,  I forgot about that and it was failing, until  I replaced localhost with 127.0.0.1.  Here are the key lines.  I also found references to using CRAM_MD5 (with an underscore instead of a dash).  Here are the lines which I have modified from the default:

$rcmail_config['default_host'] = 'tls://127.0.0.1/';

$rcmail_config['imap_auth_type'] = CRAM_MD5;

$rcmail_config['plugins'] = array('managesieve');


(The managesieve  is a little bit of extra and not needed to get it working).  (I have not deleted the port 143 directive)

later,
James