
On Tue, Dec 15, 2009 at 10:50 AM, Peter Karunyu <pkarunyu@gmail.com> wrote:
Good people, I am in search of an application that can handle webmail for about 1000 users; open source, web based, preferably done with PHP and storing all data in a MySQL database. It is intended to be deployed in an intranet.
RoundCube <http://roundcube.net/> seems like a good option, anyone who has used it? How is it? What other reliable apps are available?
I've used roundcube, you need to match it for multiple domains (I've got the patches somewhere if you need them) - its quite good and very small and manageable. However, if you really do intend to support 1000 users you need to think about how this will scale up -- there is no way one machine will serve 1000 users. It may be worth looking at Google Apps as well