Hi RC users,


I installed roundcube with postfix, but I'm unable to access it, it's giving an error message "connexion to storage server error", however I'm able to connect to my postfix server using outlook.

my roundcube config file contains the following values :

$config['db_dsnw'] = 'mysql://user:mypassword@localhost/mydatabase';
$config['default_host'] = 'ssl://localhost';
$config['default_port'] = 993;


$config['smtp_server'] = 'tls://localhost';
$config['smtp_port'] = 587;

In the logs I found the following error :

Login failed for user1@mycompany.com from 66.162.222.19. Could not connect to ssl://localhost:993: Unknown reason in /var/www/mail/roundcubemail/program/lib/Roundcube/rcube_imap.php on line 196 (POST /roundcubemail/?_task=login&_action=login)


BR