Roundcube Community Forum

 

ROUNDCUBE Use

Started by sitschner, May 30, 2008, 09:20:24 AM

Previous topic - Next topic

sitschner

Hello all
I have a stupid question but not really sure about use of roundcube.
I got dedicated serveur with plesk with 50 domain on. I will use cube to replace horde systeme.
My question si simple, can i install on roundcube on server that manage all webmail for all domain hosted, or should i install roundcube for each domain and configure it each time?

best regards

mromero

#1
You can install Roundcube as a Horde replacement provided you root ssh access to your server. I will dig up some instructions on how to do it for you.

Found these on Web of Unni

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

sitschner

Really thanks for your quick reply and usefull information.
I will start so to work on it :-)
best regards