Discussion:
[RCU] Cannot access to roundcube UI
Aziz
2018-07-20 15:27:34 UTC
Permalink
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:***@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 ***@mycompany.com <***@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
Thomas Bruederli
2018-07-21 14:25:38 UTC
Permalink
The message actually says it all: *Could not connect to ssl://localhost:993*.
Check if postfix actually listens on port 993 for 127.0.0.1 or try other
settings for $config['default_host'].

~Thomas
Post by Aziz
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.
$config['default_host'] = 'ssl://localhost';
$config['default_port'] = 993;
$config['smtp_server'] = 'tls://localhost';
$config['smtp_port'] = 587;
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
_______________________________________________
Roundcube Users mailing list
http://lists.roundcube.net/mailman/listinfo/users
Aziz
2018-07-21 19:49:07 UTC
Permalink
Hi Thomas,

What confuses me is that other clients are able to connect, outlook with
same settings is working just fine, I also still didn't configure any
firewall and selinux is disable as this is a test environment.

Thanks
Post by Thomas Bruederli
The message actually says it all: *Could not connect to
ssl://localhost:993*. Check if postfix actually listens on port 993 for
127.0.0.1 or try other settings for $config['default_host'].
~Thomas
Post by Aziz
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.
$config['default_host'] = 'ssl://localhost';
$config['default_port'] = 993;
$config['smtp_server'] = 'tls://localhost';
$config['smtp_port'] = 587;
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
_______________________________________________
Roundcube Users mailing list
http://lists.roundcube.net/mailman/listinfo/users
_______________________________________________
Roundcube Users mailing list
http://lists.roundcube.net/mailman/listinfo/users
Loading...