On 19.08.2006, at 22:14, PF wrote:

> Thanks. I'm not even sure what virtual e-mail users are?
>
> Also when you say anything decent that’s pretty ambiguous LOL. I  
> have a PIII-1Ghz w/2GB RAM available and was thinking software RAID 1.
>
> Where are IMAP messages stored? Are they in the MySQL database? In  
> that case if I ever had to rebuild the server then I would simply  
> have to restore the user accounts and the database right?

as others replied only user/pw are in the db, and it is even worse,  
the mailbox folder list lives in a cyrus specific file, that can be  
dumped, and should be dumped if you ever plan on migrating a cyrus  
installation to another db backend for this file (I use flatfile, but  
also berkeley db is advisable if the installation gets too large, b/c  
cyrus would spend too much time searching for the filesystem location  
of the folder when asked for a specific folder.

In case you haven't dealt much with virtual users, don't try the cyrus 
+pam_mysql solution first.
just to give you a short rundown what has to work in such a setup:
the webinterface creates a user in the db, then calls cyradm and  
creates the folder for the user (in cyrus, not in the filesystem)  
assigns correct imap permissions, then creates the email address and  
the correct "emailrouting" between postfix and cyrus.

and just about the hardware again:
I read my inbox (14219 messages, 5261 unread as of this morning) via  
courier-imap (no vusers) as the rest of my family (about 15 accounts)  
of a K6-400Mhz, 384MB RAM, RAID1 (one drive already dead) running  
TSL2.2, and it is a bit slow, since the low page impressions  
websystem takes too much resources.
When migration is done to the new athlon xp2000 it might be faster  
getting emails in the morning.
I think you get my point ...

matthias

>
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:tsl-discuss- 
> [EMAIL PROTECTED] On Behalf Of Morten Nilsen
> Sent: August 18, 2006 6:08 AM
> To: tsl-discuss
> Subject: Re: Mail server recommendations?
>
> Matthias Šubik wrote:
>> On 18.08.2006, at 02:29, PF wrote:
>>
>>> Hi there. I wander if anyone could recommend a minimal hardware
>>> requirement for running TSL 3 as in IMAP mail server and the best  
>>> way
>>> to choose qmail vs. Postfix and Courier vs. Cyrus vs. uw-imap. I am
>>> looking to support up to 150 light-medium users.
>> anything decent will do,
>> be prepared if you are doing virtual users via mysql mysql will be  
>> the
>> ram eater ;)
>
> I've recently made the switch to postgresql for a backend.. had to  
> do a couple tweaks to postfixadmin to get it running right, but  
> nothing major
>
> --
> Cheers,
> Morten
> :wq
> _______________________________________________
> tsl-discuss mailing list
> [email protected]
> http://lists.trustix.org/mailman/listinfo/tsl-discuss
>
> _______________________________________________
> tsl-discuss mailing list
> [email protected]
> http://lists.trustix.org/mailman/listinfo/tsl-discuss

_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to