Domain Discussion Board

Go Back   Domain Discussion Board > General > Tutorials

 
Reply
 
LinkBack Thread Tools Display Modes
[How To] Install RoundCube Webmail
Old
  (#1 (permalink))
SugarBlush
SugarBlush is an unknown quantity at this point
 
Status: Offline
Posts: 758
Points: 40.3
Bank: 1,450.4
Total Points: 1,490.7
Donate
Join Date: Jul 2006
Location: Malaysia
Rep Power: 0
[How To] Install RoundCube Webmail - 11-28-2006, 05:50 PM

1) Download the source from roundcube.net

2) In the config folder you will find db.inc.php.dist and main.inc.php.dist. Rename both of them to remove .dist (so they now end in .php).

3) Go to netAdmin and create a roundcube database and a user. Don't forget to grant the user access to the database.

4) Using phpmyadmin, create the initial tables (do a sql upload) using the file mysql.initial.sql

5) In db.inc.php modify this line to your databse and user
Code:
 $rcmail_config['db_dsnw']='mysql://user:password@localhost/databasename';
6) In main.inc.php make at least the following two changes:
Code:
 $rcmail_config['default_host'] = 'localhost';
$rcmail_config['des_key']  = 'change this key';
7) You can make other changes in main.inc.php to your preferences, such as:

Code:
 // session lifetime in minutes
$rcmail_config['session_lifetime'] = 30;

// use this format for short date display
$rcmail_config['date_short'] = 'l g:ia';

// use this format for detailed date/time formatting
$rcmail_config['date_long'] = 'm/d/y g:ia';

// use this timezone to display date/time
$rcmail_config['timezone'] = -5;
8) Modify the .htaccess file in the main directory to comment out (put a # in front), or remove, the first three lines:
Code:
 # AddDefaultCharset	UTF-8
# php_flag	display_errors	Off
# php_value	upload_max_filesize	2m
You could also just remove that .htaccess file. All it does is block direct access to some internal files.

If you want to change php upload values, do so with a custom php.ini file.

9) Upload, and chmod db.inc.php to chmod 600.

Done.

Hint: If you have a multiSite Plan, create a new site called webmail.domain.com and put roundcube there. Then you have an isolated webmail site.

Remember: This is beta software. It is likely to have bugs.


Get all cool stuff here!
   
Reply With Quote
Re: [How To] Install RoundCube Webmail
Old
  (#2 (permalink))
weblord
weblord has a reputation beyond reputeweblord has a reputation beyond reputeweblord has a reputation beyond reputeweblord has a reputation beyond reputeweblord has a reputation beyond reputeweblord has a reputation beyond reputeweblord has a reputation beyond reputeweblord has a reputation beyond reputeweblord has a reputation beyond reputeweblord has a reputation beyond reputeweblord has a reputation beyond repute
 
weblord's Avatar
 
Status: Offline
Posts: 16,650
Points: 24,307.1
Bank: 1,806,182.2
Total Points: 1,830,489.3
Donate
Join Date: Mar 2006
Location: Philippines
Rep Power: 10
Re: [How To] Install RoundCube Webmail - 11-28-2006, 05:57 PM

this is a good much better alternative than squirrelmail, thanks.
the only risks i see here is for example you bought/registered a good domain for this purpose and then one of your members spams using your domain that one, you need to be on the dedicated server when you host this type of script so you can take care of abusers.
   








Reply With Quote
Sponsored Links
Re: [How To] Install RoundCube Webmail
Old
  (#3 (permalink))
instruite
Banned
instruite is infamous around these partsinstruite is infamous around these parts
 
Status: Offline
Posts: 0
Points: 0.0
Bank: 0.0
Total Points: 0
Donate
Join Date: Nov 2006
Rep Power: 0
Re: [How To] Install RoundCube Webmail - 11-28-2006, 06:32 PM

I have been using roundcube and ilohamail for almost more than 1 month for my sites
Roundube - nice graphical interface which most of my users on broadband or higher use
ilohamail - for dialup users
I prefer both over squirell mail because of userfriendly interface
to use squirellmail you need to setup many plugins first to get wven the basic features for webmail client
   
Reply With Quote
Re: [How To] Install RoundCube Webmail
Old
  (#4 (permalink))
SugarBlush
SugarBlush is an unknown quantity at this point
 
Status: Offline
Posts: 758
Points: 40.3
Bank: 1,450.4
Total Points: 1,490.7
Donate
Join Date: Jul 2006
Location: Malaysia
Rep Power: 0
Re: [How To] Install RoundCube Webmail - 11-29-2006, 04:48 PM

Do you know how to change the roundcube logo? Is it illegal?

Quote:
Originally Posted by weblord
this is a good much better alternative than squirrelmail, thanks.
the only risks i see here is for example you bought/registered a good domain for this purpose and then one of your members spams using your domain that one, you need to be on the dedicated server when you host this type of script so you can take care of abusers.


Get all cool stuff here!
   
Reply With Quote
Re: [How To] Install RoundCube Webmail
Old
  (#5 (permalink))
instruite
Banned
instruite is infamous around these partsinstruite is infamous around these parts
 
Status: Offline
Posts: 0
Points: 0.0
Bank: 0.0
Total Points: 0
Donate
Join Date: Nov 2006
Rep Power: 0
Re: [How To] Install RoundCube Webmail - 11-29-2006, 06:12 PM

Quote:
Originally Posted by SugarBlush
Do you know how to change the roundcube logo? Is it illegal?
check this links on changing skins and logos

http://roundcubeforum.net/forum/index.php?topic=751.0
http://roundcubeforum.net/forum/index.php?topic=312.0
   
Reply With Quote
Re: [How To] Install RoundCube Webmail
Old
  (#6 (permalink))
SugarBlush
SugarBlush is an unknown quantity at this point
 
Status: Offline
Posts: 758
Points: 40.3
Bank: 1,450.4
Total Points: 1,490.7
Donate
Join Date: Jul 2006
Location: Malaysia
Rep Power: 0
Re: [How To] Install RoundCube Webmail - 11-29-2006, 09:48 PM

Quote:
Originally Posted by instruite
Got it! Thanks so much! Here's a sneak peak of mine:
http://icedstars.net/roundcubemail


Get all cool stuff here!
   
Reply With Quote
Re: [How To] Install RoundCube Webmail
Old
  (#7 (permalink))
instruite
Banned
instruite is infamous around these partsinstruite is infamous around these parts
 
Status: Offline
Posts: 0
Points: 0.0
Bank: 0.0
Total Points: 0
Donate
Join Date: Nov 2006
Rep Power: 0
Re: [How To] Install RoundCube Webmail - 11-29-2006, 11:35 PM

Quote:
Originally Posted by SugarBlush
Got it! Thanks so much! Here's a sneak peak of mine:
http://icedstars.net/roundcubemail
you are welcome
seems like rather than changing the logo you removed it...
and also check the title and favicon they still refer to roundcube...
   
Reply With Quote
Re: [How To] Install RoundCube Webmail
Old
  (#8 (permalink))
SugarBlush
SugarBlush is an unknown quantity at this point
 
Status: Offline
Posts: 758
Points: 40.3
Bank: 1,450.4
Total Points: 1,490.7
Donate
Join Date: Jul 2006
Location: Malaysia
Rep Power: 0
Re: [How To] Install RoundCube Webmail - 11-29-2006, 11:39 PM

Quote:
Originally Posted by instruite
you are welcome
seems like rather than changing the logo you removed it...
and also check the title and favicon they still refer to roundcube...
yea, I know. I'm going to change the favicon and the title after this.....


Get all cool stuff here!
   
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1.0
Points Per Thread: 15.0
Points Per Reply: 5.0


Similar Threads
Thread Thread Starter Forum Replies Last Post
Beginners Guide to Linux + Easy Installation Guide, Abhimathur Tutorials 10 07-30-2007 11:43 PM
Will install CMS/forums/etc.. kjaonline Employment Section 3 11-09-2006 02:37 AM


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 ©2007, Crawlability, Inc.