Difference between revisions of "RoundCube Management"
From Hostek.com Wiki
(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
- 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.
- 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
- SSH into your VPS
- run:
/usr/local/cpanel/bin/update-roundcube –force