Hardware: Old laptop or computer (64-bit Acer Aspire 5741) YunoHost version: 4.3.3 (stable) I have access to my server : Through SSH | through the webadmin | direct access via keyboard / screen Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
Description of my issue
Background: I use Yunohost email only for “in house” messages (admin messages from the server, and messages sent to/from other server email addresses). This is because my ISP prevents the opening of port 25 on my router. Prior to its most recent update, Roundcube worked well for this purpose.
Problem: However, now with Roundcube version 1.5.0~ynh1 I can no longer access email; clicking the “Ro” icon in the user interface leads to a secondary Roundcube login page and, eventually, the message “Connection to IMAP server failed” appears in the bottom right corner of the screen.
I have tried the Rainloop app, and it successfully logs in to my email as always.
Question: Is there a way to configure Roundcube so that it will work on “in house” emails again? (This is not urgent, because I have Rainloop to fall back on, but I prefer Roundcube for its fuller set of features.)
In 1.5 version, I have updated Roundcube config file to upstream. The only significant change I see is line 44 : $config['default_host'] = '%t'; instead of $config['default_host'] = 'localhost';
The config file is located here: /var/www/roundcube/config/config.inc.php
Maybe if you change it back to localhost instead of %t that will fixe the issue…