Archive for the ‘RoundCube’ Category

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'] =...

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...