Author Topic: Cannot login  (Read 5480 times)

Offline grpprod

  • Full Member
  • ***
  • Posts: 53
Cannot login
« on: February 10, 2007, 01:42:45 PM »
Hi all,
I just installed Roundcube but I can't login in my mail server.
Here is the log produced:

Code: [Select]
[10-Feb-2007 20:35:45 +0200] IMAP Error: Authentication for user failed (LOGIN): "a001 NO Invalid login credentials" in on line 0
[10-Feb-2007 20:35:53 +0200] IMAP Error: Open SSL not available; in /home/user/www_root/roundcube/program/include/rcube_imap.inc on line 0

The thing is, my IMAP server supports both SSL and TLS, and PHP is compiled with imap and imap-ssl support. I was able to use previous versions of Roundcube with no problem.

Here is part of the configuration:

Code: [Select]
$rcmail_config['default_host'] = 'ssl://imapserver.mydomain.com:993';
$rcmail_config['default_port'] = 993;

I would appreciate some help.