RoundCube Management
From Hostek.com Wiki
Revision as of 18:02, 9 March 2013 by Maxm (Talk | contribs) (Created page with "== Enable spell check for Roundcube == #SSH into your cPanel VPS #Open /usr/local/cpanel/base/3rdparty/roundcube/config/main.inc.php with your preferred text editor (example: ...")
Enable spell check for Roundcube
- SSH into your cPanel VPS
- Open /usr/local/cpanel/base/3rdparty/roundcube/config/main.inc.php with your preferred text editor (example: nano).
- Set the $rcmail_config['enable_spellcheck'] option (line 384) to true.
- Save the change to the main.inc.php configuration file.
- Run the
/usr/local/cpanel/scripts/makecpphp
script. This script will rebuild cPanel's internal PHP with an OpenSSL module.
Reinstall RoudCube on a cPanel VPS
- SSH into your VPS
- run:
/usr/local/cpanel/bin/update-roundcube –force