Could you post your config files? I feel that the problem might be something I overlooked in the setup.
On May 6, 2012, at 11:01 AM, Claudio Kuenzler <> wrote:
Do you still want me to try what you said below? Also, port 993 is open:
s_client -connect imap.gmail.com:993 CONNECTED(00000003) ...
I just tested it with my gmail account and latest Roundcube 0.7 svn. Works fine.
Settings:
$rcmail_config['default_host'] = 'ssl://imap.gmail.com';
$rcmail_config['default_port'] = 993;
Don't forget to enable IMAP in your Gmail settings before!!
On May 6, 2012, at 10:01 AM, Benny Pedersen <> wrote:
Den 2012-05-06 15:32, Charles Carver skrev:
The other directories don't have any error logs, at least none of them have anything written to them recently.
i dont care:
Assuming your server cert is located in /etc/ssl/certs/ca-certificates.crt try this on your server:
openssl s_client -starttls imap -CAfile /etc/ssl/certs/ca-certificates.crt -connect localhost:143
Use "2 logout" to get out of the session.
If it works, try the same from your client host.
Does it work both times?
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users