May 22

Following are the steps to install squirrelmail on a single cPanel account :

============================================================

Login to the server via SSH

root@server [/home/username/public_html]# wget http://files.directadmin.com/services/all/squirrelmail-1.4.13.tar.gz

root@server [/home/username/public_html]# tar -xvzf squirrelmail-1.4.13.tar.gz

root@server [/home/username/public_html]# mv squirrelmail-1.4.13.tar.gz squirrelmail

root@server [/home/username/public_html]# chown username.username squirrelmail -R

root@server [/home/username/public_html]# cd squirrelmail/config/

root@server [/home/username/public_html/squirrelmail/config]# cp -p config_default.php config.php

root@server [~]# cd /var/local/

root@server [/var/local]# mkdir squirrelmail/

root@server [/var/local]# cd squirrelmail/

root@server [/var/local/squirrelmail]# mkdir data/

root@server [/var/local/squirrelmail]# chown internat.internat data/ -R

Login URL is :

http://domainname.com/squirrelmail/src/login.php

============================================================