Integrating roundcube with plesk
Please follow the steps to integrate RoundCube with Plesk
1. Install RoundCube in /usr/share/roundcube
==================================
cd /usr/share
mkdir roundcube
wget http://jaist.dl.sourceforge.net/sourceforge/roundcubemail/roundcubemail-0.1-rc2.tar.gz
Note : latest version can be found in http://www.roundcube.net/downloads
untar it to our directory ( /usr/share/roundcube )
go to /config/ and edit the configuration files as described in http://trac.roundcube.net/wiki/Howto_Install
Finish the installations
2. Integrating with Plesk
====================
Go to /etc/httpd/conf.d/
Open the file zz010_psa_httpd.conf
and replace /usr/ share/psa/horde with /usr/share/roundcube
Hope this will be helpful










