Hi Thomas and Alec,
Thanks for your work.
For SSL/TLS connections, either for IMAP or SMTP, with self-signed certificates, does RC accept's it auto, or does it need any extra configuration?
Thanks in advanced,
From: users-bounces@lists.roundcube.net users-bounces@lists.roundcube.net On Behalf Of Thomas Bruederli Sent: Friday, November 22, 2019 12:23 To: Roundcube Announce List announce@lists.roundcube.net Cc: Roundcube Users List users@lists.roundcube.net; Roundcube Dev List dev@lists.roundcube.net Subject: [RCU] Update 1.4.1 released
Dear subscribers
Short time after the release of the stable version 1.4.0 of Roundcube Webmail we already publish the first service release. With the recent release we missed to mention a few breaking changes since the last stable version 1.3. We apologize for this and are now clarifying and correcting these:
(since 1.3.x)
Upon many requests and in order to get closer to the default setup of most SMTP servers, we changed the defaults as follows:
// SMTP port (default is 587) $config['smtp_port'] = 587;
// SMTP username (if required). %u will use the current username for login $config['smtp_user'] = '%u';
// SMTP password (if required). %p will use the current user's password for login $config['smtp_pass'] = '%p';
Because of many complaints, we decided to choose a more sane default that covers most setups and configurations.
The new behavior that Roundcube 1.4 returns a 401 status code if the client is not authenticated apparently was very unexpected and lead to monitoring problems. Despite not having mentioned that change in the release notes, we now partly reverted it so that 401 is only returned on login failures but not on the first request to Roundcube which by definition is unauthorized.
Besides these three major concerns we heard from your much appreciated feedback, we fixed a number of nasty bugs that sneaked into the 1.4.0 release. See the full changelog in the release notes on the Github download page [1].
This release is considered stable and we recommend to update all productive installations of Roundcube with this version. Download it from roundcube.net http://roundcube.net [2].
Please do backup your data before updating.
We'd also like to thank Phil for his steady efforts to keep our website up-to-date. Your work is much appreciated!
Best, Thomas & Alec
[1] https://github.com/roundcube/roundcubemail/releases/tag/1.4.1 [2] https://roundcube.net/download