Author Topic: IMAP Error  (Read 3097 times)

Offline ridgedale

  • Newbie
  • *
  • Posts: 3
IMAP Error
« on: October 01, 2008, 04:18:52 AM »
I was wondering if anyone else has come across this error.

Having installed the RoundCube Webmail using the hosting provider's installer through the administrator's management control panel. Everything works fine for customers who use POP mailboxes. However - with one customer who connects to their email using IMAP - when I tried to login to an account I got the following error message:

Quote
IMAP Error: Could not connect to imap.powweb.com at port 143: Connection timed out in  on line 0


I had a look in the the main.inc.php in the config directory and made the following modifications:

Code: [Select]
$rcmail_config['default_host'] = 'ssl://imap.<hostprovider>.com:993';

$rcmail_config['default_port'] = 993;


This also didn't allow the user to log into the account and the following error was reported:

Quote
IMAP Error: Could not connect to ssl://imap..com at port 993: Permission denied in  on line 0


I would be grateful if anyone could point me in the right direction to resolve this issue.

Thanks in advance.

Dene