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: ...")
 
 
Line 4: Line 4:
 
#Set the $rcmail_config['enable_spellcheck'] option (line 384) to true.
 
#Set the $rcmail_config['enable_spellcheck'] option (line 384) to true.
 
#Save the change to the main.inc.php configuration file.
 
#Save the change to the main.inc.php configuration file.
#Run the <pre>/usr/local/cpanel/scripts/makecpphp</pre> script. This script will rebuild cPanel's internal PHP with an OpenSSL module.
+
#For cPanel versions earlier than 11.36: Run the <pre>/usr/local/cpanel/scripts/makecpphp</pre> script. This script will rebuild cPanel's internal PHP with an OpenSSL module.
  
 
== Reinstall RoudCube on a cPanel VPS ==
 
== Reinstall RoudCube on a cPanel VPS ==

Latest revision as of 16:07, 30 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. 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