Introduction

Round cube web mail is a browser based mail client service - IMAP based ,its a application user interface.It provides full functionality you expect from an e-mail client, including MIME support, address book, folder manipulation, message searching and spell checking.

Prerequisites:-

1.Server with root access.

2. Direct admin already installed.

Here in this post you can able to know how to install round cube with skin elastic.

round cube with skin elasticSteps to install round cube skin elastic:-

Let us take already login in the server with root in SSH.

First step ,lets download an archive with round cube web mail enter the below commands,

cd /usr/local/directadmin/custombuild
wget https://github.com/roundcube/roundcubemail/releases/download/1.4-rc2/roundcubemail-1.4-rc2-complete.tar.gz -O roundcubemail-1.4-rc2.tar.gz

once the above step was complete next we need to install it

cd /usr/local/directadmin/custombuild
echo 'roundcubemail:1.4-rc2:1a0fc8125607734cdc6db12205ac5a13' >> custom_versions.txt
./build roundcube

The third step we have to change he skin by entering the below commands,

mkdir -p /usr/local/directadmin/custombuild/custom/roundcube/
perl -pi -e 's/larry/elastic/' /var/www/html/roundcube/config/config.inc.php
cp -p /var/www/html/roundcube/config/config.inc.php /usr/local/directadmin/custombuild/custom/roundcube/

That's all.Now the round cube skin was changed and looks in a new skin.

Thanks for reading the above post.To know more about Direct admin click here.