Roundcube Community Forum

Release Support => Pending Issues => Topic started by: mhstech on August 25, 2006, 04:32:01 PM

Title: Delay mail checking time
Post by: mhstech on August 25, 2006, 04:32:01 PM
Can you set the time when Roundcube automatically checks for e-mail? We have several users and it seems to really bog down sometimes.

Along that line, how many users should be hitting one Roundcube install? We would like to roll this out for about 300 people. Right now it is just on a Celeron box with 1 gb of RAM and it gets pretty slow when a lot of users are hitting it.

Thanks
Title: Re: Delay mail checking time
Post by: pccsq1 on November 13, 2006, 01:13:05 AM
Hi,

All you need is one installation of RC on your machine, then point to it using an alias in Apache httpd.conf file. Example:

Alias /webmail "C:/www/webmail/"

  DirectoryIndex index.php
    AllowOverride All
  Order allow,deny
  Allow from all


Make sure all RC files are placed in the "webmail" directory on your server. All your users need to do to login is is go to //www.theirdomain/webmail and this takes them to the login page for RC.

I have 1300 users on my machine and it works great.

I hope this helps.

Kenny