Edit Roundcube main config(/usr/local/cpanel/base/roundcube/config/main.inc.php) To change language from English to Portuguese Brasil Find $rcmail_config['locale_string'] = 'en'; Replace it to $rcmail_config['locale_string'] =...
Edit Roundcube main config(/usr/local/cpanel/base/roundcube/config/main.inc.php) To change language from English to Portuguese Brasil Find $rcmail_config['locale_string'] = 'en'; Replace it to $rcmail_config['locale_string'] =...
April 18, 2008 | In: Cpanel, Installation, RoundCube
The First step is to remove the previous traces of Roundcube in the server. ==================== cd /usr/local/cpanel/base rm -rf roundcube* mysql mysql>drop database roundcube; ==================== Before starting the installation, you need to...