Difference between revisions of "RoundCube Management"

From Hostek.com Wiki
Jump to: navigation, search
(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: ...")
(No difference)

Revision as of 18:02, 9 March 2013

Enable spell check for Roundcube

  1. SSH into your cPanel VPS
  2. Open /usr/local/cpanel/base/3rdparty/roundcube/config/main.inc.php with your preferred text editor (example: nano).
  3. Set the $rcmail_config['enable_spellcheck'] option (line 384) to true.
  4. Save the change to the main.inc.php configuration file.
  5. 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

  1. SSH into your VPS
  2. run:
    /usr/local/cpanel/bin/update-roundcube –force