Roundcube Community Forum

 

IMAP TLS settings help request

Started by Larry Scott, August 08, 2013, 03:00:26 AM

Previous topic - Next topic

Larry Scott

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

SKaero

I only see screenshot #4, TLS doesn't tend to run on port 143 so that would be my guess as to whats wrong.

james968

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