Upgrading to RoundCube 0.4 on cPanel Server

Hello !

Roundcube 0.4 is just released! However, cpanel is still using the old version. So I’ve decided to update my installation with this new edition. Let’s start

All you have to do is to run these commands to update

[bash]/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.4/roundcubemail-0.4.tar.gz
tar -zxf roundcubemail-0.4.tar.gz
mv roundcubemail-0.4 roundcube
cp roundcube-backup/config/main.inc.php roundcube/config/
cp roundcube-backup/config/db.inc.php roundcube/config/
chown root:wheel -R roundcube
cd roundcube/config
chown cpanelroundcube:cpanelroundcube db.inc.php
chown cpanelroundcube:cpanelroundcube main.inc.php
echo > /var/cpanel/roundcube/install
chmod +x /var/cpanel/roundcube/install

[/bash]

Thank you

Vivek

Leave a Reply

Your email address will not be published.