Roundcube Community Forum

 

Delay mail checking time

Started by mhstech, August 25, 2006, 04:32:01 PM

Previous topic - Next topic

mhstech

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

pccsq1

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