Post Reply  Post Thread 
Replace squerrelmail with Roundcube
Author Message
bulforce
Junior Member
*


Posts: 43
Group: Registered
Joined: Oct 2007
Status: Offline
Reputation: 0
Post: #1
Replace squerrelmail with Roundcube

First i want to say that it is not neccesery to replace it, you can have them both. To those that haven't heard of roundcube here are some screenshots

Its a fare simple procedure. Here it is.[/b]

1. Download the RoundCube source code from: HERE

2. Create a new directory in /var/www/ispcp/gui/tools/roundcube

3. Upload the unpacked source in it.

4. chown the folder and files in it to vu2000:www-data chown -R vu2000:www-data roundcube/

5. there are two files that needs to be edited over there, they are located in the config directory. Please reffer to this how-to for more info

6. create mysql database if you haven't done it yet. Import mysql.initial.sql in it. The file is located in the SQL folder.

7. Open for editing /etc/apache2/sites-available/00_master.conf

Add the following line:
Alias /rmail /var/www/ispcp/gui/tools/roundcube/

After:
Alias /ftp /var/www/ispcp/gui/tools/filemanager/

8. /etc/init.d/apache2 restart

And you are done

Now you can go to http://yourserver.com/rmail/ and login with valid mail user that you have created in isp-control.

02-01-2008 07:27 PM
Find all posts by this user Quote this message in a reply
BeNe
Moderator
*****


Posts: 2,557
Group: Moderators
Joined: Jan 2007
Status: Offline
Reputation: 35
Post: #2
RE: Replace squerrelmail with Roundcube

There was already one --> http://www.isp-control.net/ispcp/wiki/howto_RoundCube Rolleyes

Greez BeNe

02-01-2008 07:47 PM
Visit this user's website Find all posts by this user Quote this message in a reply
bulforce
Junior Member
*


Posts: 43
Group: Registered
Joined: Oct 2007
Status: Offline
Reputation: 0
Post: #3
RE: Replace squerrelmail with Roundcube

Sorry, i didn't know that. Thought that maybe helpful to someone if i share.
You can delete it if you want.

02-01-2008 07:51 PM
Find all posts by this user Quote this message in a reply
BeNe
Moderator
*****


Posts: 2,557
Group: Moderators
Joined: Jan 2007
Status: Offline
Reputation: 35
Post: #4
RE: Replace squerrelmail with Roundcube

No Problem!
We will put the best of both in the new Wiki.

Greez BeNe

02-01-2008 08:04 PM
Visit this user's website Find all posts by this user Quote this message in a reply
aseques
Junior Member
*


Posts: 21
Group: Registered
Joined: May 2008
Status: Offline
Reputation: 0
Post: #5
RE: Replace squerrelmail with Roundcube

I'm having problems with this setup ...
I'm using libapache2-mod-fastcgi , and everything I configure either on /etc/apache2/00_master.conf or in the .htaccess just gets ignored.

I just find this thread here that says that with php as a cgi you cannot change the gpc_magic_quotes to off during runtime.

What could I do?

07-04-2008 02:46 AM
Find all posts by this user Quote this message in a reply
Cube
Documentation Team
***
Docu Team

Posts: 558
Group: Docu Team
Joined: Apr 2007
Status: Online
Reputation: 7
Post: #6
RE: Replace squerrelmail with Roundcube

Correct configuration options in 00_master.conf won't get ignored. But why do you need to change magic_quotes for roundcube?

07-04-2008 06:02 AM
Find all posts by this user Quote this message in a reply
kilburn
Junior Member
*


Posts: 116
Group: Registered
Joined: Feb 2007
Status: Offline
Reputation: 5
Post: #7
RE: Replace squerrelmail with Roundcube

aseques Wrote:
I'm using libapache2-mod-fastcgi , and everything I configure either on /etc/apache2/00_master.conf or in the .htaccess just gets ignored.


As you are not using mod_php but fastcgi (this is the preferred ispcp method), php config settings must be set in /var/www/master/php5/php.ini (the php.ini file used for the master domain), not as apache directives.

Each hosted domain has it's own php.ini file, located at: /var/www/<domain.tld>/php5/php.ini. If you ever want to set a specific option for a hosted domain, change it here.

07-04-2008 08:38 AM
Find all posts by this user Quote this message in a reply
aseques
Junior Member
*


Posts: 21
Group: Registered
Joined: May 2008
Status: Offline
Reputation: 0
Post: #8
RE: Replace squerrelmail with Roundcube

Quote:
Each hosted domain has it's own php.ini file, located at: /var/www/<domain.tld>/php5/php.ini. If you ever want to set a specific option for a hosted domain, change it here.

I am aware of this, but I wanted to disable the gpc_magic_quotes only in the Directory of roundcube, so it doesn't affect ispcp in any case.

Oh, BTW, in php6 the gpc_magic_quotes will be deprecated

This post was last modified: 07-04-2008 05:19 PM by aseques.

07-04-2008 05:18 PM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump:

| All rights reserved : isp-control.net |