3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] High load servers
FromSent OnAttachments
Karol BrydSep 7, 2000 3:31 am 
Anand BuddhdevSep 7, 2000 4:45 am 
RajanSep 7, 2000 11:17 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] High load serversActions...
From:Anand Buddhdev (ar@anand.org)
Date:Sep 7, 2000 4:45:27 am
List:net.sourceforge.lists.courier-users

Courier-IMAP only works with Maildir-style mailboxes. It seems you have mbox-style mailboxes. You'll have to first convert all of them to Maildir to use courier-IMAP.

I want to redesing a webmail and want to use IMAP deamon as an engine for it. The question is how will Courier work on a mail server that has 50000+ accounts? The main problem is with filesystem, currently, users' mail is hold in a tree-like directory structure: /mail/<first_login_char>/<second_login_char>/<fill_login>/mailspool so there are no problems with holding such a big quantity of files in one directory, is it possible to keep current directory structure and upgrade to Courier?