![]() |
|
#1
|
|||
|
|||
|
How to install Roundcubemail (webmail alternative)
WARNING: This application is ALPHA software. Use at your own risk
I found roundcube mail while searching projects on freshmeat. Already in Alpha stage is runs very nice, has a great template system and uses xhtml/css 2 (although the xhtml could be strict and much better) the default template is great. It currently lacks a search but that is coming in the future. http://www.roundcube.net/ So lets get started. ============================= 1) Create a mysql db via direct admin. I called mine admin_webmail (you should all know how to do this!) 2) Download and unpack the package: Code:
cd /var/www/html wget http://easynews.dl.sourceforge.net/s...0051007.tar.gz tar xvfz roundcube_webmail_0.1-20051007.tar.gz Code:
chown -R root.root roundcubemail cd roundcubemail chown -R apache logs temp Code:
cd SQL //replace the following with the database username and password you created in step 1 mysql -u admin_webmail -p Enter Password: ******* Code:
use admin_webmail SOURCE mysql.initial.sql 5) Setup db config variables Code:
cd ../config/ nano db.inc.php Code:
$rcmail_config['db_dsnw'] = 'mysql://admin_webmail:myPasswordHere@localhost/admin_webmail'; save that file and close it. 6) Setup the application config: Code:
nano main.inc.php Code:
$rcmail_config['enable_caching'] = TRUE; Code:
$rcmail_config['enable_caching'] = FALSE; Code:
$rcmail_config['default_host'] = ''; Code:
$rcmail_config['default_host'] = 'localhost'; Edit httpd.conf: Code:
nano /etc/httpd/conf/httpd.conf Code:
Alias /webmail /var/www/html/webmail/ Code:
Alias /webmail /var/www/html/roundcubemail/ Code:
/usr/sbin/service httpd restart Login @ http://www.domain.com/webmail/ Questions, Comments, Typos, Suggestions, Praise post here please and I will update this main thread. Thanks, Justin |
|
#2
|
|||
|
|||
|
Anyone else try this out yet? Would love to hear some feedback or thoughts.
Justin |
|
#3
|
|||
|
|||
|
Looks pretty good. We'll set it up asap.
Straight forward howto. Everyone should be able to get this running smoothly. I don't see any hard bits
|
|
#4
|
|||
|
|||
|
Works a charm. Thanks for the how-to
|
|
#5
|
|||
|
|||
|
is there a way you can add this to the webmail clients in DA control panel?
|
|
#6
|
|||
|
|||
|
Quote:
__________________
Onno Vrijburg SpamBlocker Plugin - Manage SpamBlocker for DirectAdmin InvoicingManager Plugin - The easiest way to manage billing for your DirectAdmin customers DAToolkit Plugin - The missing tools from DirectAdmin |
|
#7
|
|||
|
|||
|
Thanks for the how-to..
Just finished integrating it into our skin. Can't wait to see where the development of this project takes it. They are off to a great start. |
|
#8
|
||||
|
||||
|
imap is needed with php, right?
|
|
#9
|
||||
|
||||
|
finally i installed
but this error msg always occurs when logging in "Your session is invalid or expired Username" the login info is 100% correct |
|
#10
|
||||
|
||||
|
works great , thank you
__________________
ServerTweak Networks, LLC ServerTweak.comServerTweak.com: Premium Services, Powered by Customers. Fremont & Los Angeles Locations | RAID 10 Dedicated Servers | Colocation | IP Transit | 1/4 - Full Cab & Cages sales |
|
#11
|
|||
|
|||
|
Awsome How-To, thanks! Would like to see this as a standard webmail application in DirectAdmin as it becomes more stable.
__________________
Topher Lazarz President Foxcore Hosting Corporation, Morrison, Colorado Shared Hosting | Reseller Accounts | Dedicated Servers | Colocation | Internet Access |
|
#12
|
||||
|
||||
|
question
is anybody having problems sending out email from this program ?
__________________
ServerTweak Networks, LLC ServerTweak.comServerTweak.com: Premium Services, Powered by Customers. Fremont & Los Angeles Locations | RAID 10 Dedicated Servers | Colocation | IP Transit | 1/4 - Full Cab & Cages sales |
|
#13
|
|||
|
|||
|
Possible to add for all users?
Hi, I installed this excellent webmail client in my user area using the site's own instructions and I'm wondering if its possible to install this client for all my users (I'm admin as well as reseller and user)? Can I just do a single install somehow or do I have to install each time a new user is made?
|
|
#14
|
||||
|
||||
|
Re: Possible to add for all users?
Quote:
so you wont need to add account to it manually |
|
#15
|
|||
|
|||
|
Re: Re: Possible to add for all users?
Quote:
I want each user on my server to be able to login to www.theirdomain.com/roundcube Is it possible? Last edited by Cutia; 01-13-2006 at 12:00 AM. |
|
#16
|
|||
|
|||
|
Ok, I decided to install as per the instructions above and I get this error on the login page:
PHP Code:
PHP Code:
|
|
#17
|
||||
|
||||
|
Re: Re: Re: Possible to add for all users?
Quote:
2, modify your httpd.conf, add Alias /rcmail /path/to/rcmail 3, restart apache then all domain.com/rcmail will work |
|
#18
|
|||
|
|||
|
Quote:
Ok, mostly sorted now... seems as if the CVS version I was using was broken as I installed the standard version off the website and it works fine now. Only problem I'm getting is each time a user logs in for the first time database errors are printed out, even though the user is still entered correctly into the database. Hopefully this'll get sorted with future versions. |
|
#19
|
|||
|
|||
|
Installed, and it's working. Thanks for great howto, and a great tip.
I have an error in the background when browsing mail however: Quote:
...only issue so far, however ![]() Edited: Error appears when viewing big mailboxes only. I tested with mailbox with 50 emails, and there was no error. Note: I have caching turned on Last edited by torp; 01-22-2006 at 06:59 AM. |
|
#20
|
|||
|
|||
|
For anyone interested - this issue seems to be fixed in CVS: http://lists.roundcube.net/mail-arch...ev/2006/01/25/
Apparently quite a few bugs have been fixed in the CVS version. I'm using it now, and it seems more stable to me. Last edited by torp; 01-22-2006 at 07:33 AM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [RELEASE] Ruby on Rails Direct Admin Plugin | vandal | 3rd Party Software | 84 | 04-13-2007 03:44 AM |
| How-To: Horde Webmail | koh | How-To Guides | 5 | 04-01-2006 01:58 PM |
| How-To: Install Horde Webmail | james99 | How-To Guides | 52 | 12-12-2005 10:31 AM |
| SNMP is not supported by your PHP installation. | deltaned | General Technical Discussion & Troubleshooting | 6 | 04-03-2005 10:50 AM |
| How To: Install DA on FreeBSD | existenz | How-To Guides | 16 | 08-04-2004 04:07 PM |