On Wed, Feb 19, 2003 at 09:06:03AM -0500, Rob Prince wrote:
> I want to know how to design a system such as this that _is_ scalable, and
> squirrelmail being a part of it is a must. How would I design a system
> that is scalable to many thousands of users using SM?

For a start, use a database to store user preferences and address books.
This is already supported.  Next, provide a replacement config.php that
reads the SquirrelMail config settings from a database.  That should
not, in fact, be too hard, since config.php is nothing more than a
series of $var = 'foo' statements, so you could replace it with a simple
routine that read settings for a table.  You could either have one lot
of settings for all machines or have per-host settings.  You could have
both, come to think of it.


-- 
Bruce

A problem shared brings the consolation that someone else is now
feeling as miserable as you.

Attachment: msg03138/pgp00000.pgp
Description: PGP signature

Reply via email to