Disable server in roundcube login page Date posted : 22/02/2019 When you login to roundcude, you might see server option is enabled. And you need to input localhost upon login. To avoid this we need to disable that option from roundcube configuration So edit the /etc/roundcube/config.inc.php file and set as below:-… Continue Reading Disable server in roundcube login page

Date Posted : 10/01/2019 In this tutorial, we are going to explain you about forcing webmail http requests to https automatically. In order to achieve it, you can edit /var/lib/roundcube/.htaccess file and add the below rules under RewriteRule section We’re going to verify it using curl request.

How to find roundcube version provided by the cPanel?The roundcube version provided by the cPanel is 0.5.4. === -bash-3.2# cat /var/cpanel/roundcube/version 0.5.4.cp11130.1-bash-3.2# ===cPanel dicument regarding the roundcube ==== http://docs.cpanel.net/twiki/bin/view/AllDocumentation/RoundcubeReadme ==== Upgrade rouncube version /usr/local/cpanel/bin/update-roundcube –force cd /usr/local/cpanel/base/3rdparty/ mv roundcube roundcube-backup wget http://softlayer.dl.sourceforge.net/project/roundcubemail/roundcubemail/0.6/roundcubemail-0.6.tar.gz tar -zxf roundcubemail-0.6.tar.gz mv roundcubemail-0.6 roundcube cp roundcube-backup/config/main.inc.php… Continue Reading Find roundcube version provided by the cPanel and upgrade the roundcube