I installed Roundcube on the local computer and it works fine, but with the same configuration, it does not work on the server. This causes the error "Error connecting to the IMAP server."
$rcmail_config['default_host'] = 'ssl://imap.gmail.com:993';
Log:
> [17-Jan-2011 03:05:06 +0400]: IMAP
> Error: Login failed for
> xxxxx@gmail.com from xxx.xxx.xx.xx.
> Could not connect to
> imap.gmail.com:143: Connection timed
> out in
> /home/xxxxx/public_html/rc/program/include/rcube_imap.php
> on line 183 (POST
> / mail /? _ task = login & _action = login)
I am wondering why it is trying to connect to port 143 when port # 993 is written in config.
source
share