Hello
After some recent updates including apache, dovecot, etc, now I cannot log in roundcube. I get the following error:
It is noteworthy to say that I have a custom config.inc.php in the following path
The file includes:
I have already tried the suggestions given here, but they have none helped me.
Any ideas would be appreciated.
Regards
After some recent updates including apache, dovecot, etc, now I cannot log in roundcube. I get the following error:
Code:
Connection to storage server failed.
It is noteworthy to say that I have a custom config.inc.php in the following path
Code:
/usr/local/directadmin/custombuild/custom/roundcube/
The file includes:
Code:
$config['default_host'] = 'ssl://server.mydomain.com:993';
$config['smtp_server'] = 'ssl://server.mydomain.com:465';
$config['smtp_port'] = 465;
I have already tried the suggestions given here, but they have none helped me.
Any ideas would be appreciated.
Regards
Last edited: