DO NOT WRITE YOU WHOLE MESSAGE IN THE SUBJECT
AND USE A MEANINGFUL SUBJECT
Am 06.05.2012 05:08, schrieb Charles Carver:
This problem has been affecting me since I installed roundcube, I can't get Gmail's IMAP settings to work with it.
The SMTP settings work fine:
Port: 465
User: ****
Password: ****
Trying to send email...
SMTP send: OK
But when I try to use Gmail's IMAP settings, I get the following error:
IMAP connect: NOT OK(Login failed for **** from 74.110.63.15. Could not connect to ssl://
imap.gmail.com:993:
Connection timed out)
I've tried multiple things, including contacting my server to see if the port was blocked (it wasn't), but nothing
is working.
I can't figure out the problem and there are no posts on the forum with a solution.
looks not like a roundcube-problem
connection timeout
however, you should post you configuration if you need help!
have you tried "tls" instead "ssl"?
$rcmail_config['default_port'] = 993;
$rcmail_config['imap_auth_type'] = '';
$rcmail_config['imap_delimiter'] = null;
$rcmail_config['imap_ns_personal'] = null;
$rcmail_config['imap_ns_other'] = null;
$rcmail_config['imap_ns_shared'] = null;
$rcmail_config['imap_force_caps'] = false;
$rcmail_config['imap_force_lsub'] = false;
$rcmail_config['imap_timeout'] = 0;
$rcmail_config['imap_auth_cid'] = null;
$rcmail_config['imap_auth_pw'] = null;
$rcmail_config['imap_cache'] = null;
$rcmail_config['messages_cache'] = false;
That's my config for the IMAP section.