Roundcube Bug

Locked
User avatar
Alexander
Keyweb AG
Posts: 3813
Joined: Wed 20. Jan 2016, 02:23

Roundcube Bug

Post by Alexander »

There is currently a bug in the Roundcube.

Problem
If you experience the phenomenon that no mails can be sent anymore and it shows a loading animation for a very long time, then you are probably affected.

Affected are:
Affected should only be mailboxes that have "Spellcheck options" enabled in the Roundcube settings -> "Composing Messages".

Cause
The Roundcube developers got a server shut down that they were using for spellchecking.
Info of the Roundcube team: https://roundcube.net/news/2021/09/14/s ... rvice-down

Solution
A small change in the Roundcube config can help.

1) Open both files:

Code: Select all

/home/keyhelp/www/keyhelp/install/templates/roundcube/config.inc.php 
and 
/home/keyhelp/www/roundcube/config/config.inc.php
2) At the end of the file, paste the following and save.

Code: Select all

$config['enable_spellcheck'] = false;

---

The Problem has been solved: https://roundcube.net/news/2021/09/28/s ... ack-online
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Locked