On Mon, 25 Feb 2002, Andres Maduro wrote:
> When I installed Cyrus Imap I follow the installation instructions by the
> book. Does any one know if you have to set the partition directories to
> update synchronouslysome when using Ext3 or ReiserFS ?
Since both of these are journaling file systems
"Andres Maduro" <[EMAIL PROTECTED]> writes:
> Thanks for your message. After modifying the hashing code, how should I
> configure multiple partitions ? I checked the manual for imapd.conf but
> don't understand exactly how this is accomplished.
See doc/overview.html.
The hashing code is applie
them
?
Regards,
Andres Maduro
- Original Message -
From: "Walter Wong" <[EMAIL PROTECTED]>
To: "Andres Maduro" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, February 25, 2002 1:06 AM
Subject: Re: Too many users with Cyrus IMAP
>
Lang" <[EMAIL PROTECTED]>
To: "Andres Maduro" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, February 25, 2002 1:10 AM
Subject: Re: Too many users with Cyrus IMAP
> what you have run into is a limit in the ext2/3 fs on the max number of
> directory ent
what you have run into is a limit in the ext2/3 fs on the max number of
directory entries you can have.
there are patches out there for cyrus to create a second tier of
directories rather then having all mailboxes in the user directory you
have user/a user/b user/c etc (or in your case /1 /2 /3 e
> Feb 24 22:45:54 mail imapd[22212]: IOERROR: creating directory
> /var/spool/imap/user/0132123: Too many links
It looks like the problem is that ext3 won't let you create that many
directories in one directory.
Take a look at the hashimapspool option. When you modified the code to
accep