RoundCube Management

From Hostek.com Wiki
Revision as of 16:07, 30 March 2013 by Maxm (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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. For cPanel versions earlier than 11.36: 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