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 On Fri, Jul 20, 2018 at 5:28 PM Aziz <[email protected]> wrote: > 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 [email protected] <[email protected]> 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 > _______________________________________________ > Roundcube Users mailing list > [email protected] > http://lists.roundcube.net/mailman/listinfo/users
_______________________________________________ Roundcube Users mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/users
