On Thu, Sep 01, 2005 at 02:25:55PM -0500, Luis Croker wrote: > > Hi... > > We have a mailserver, running qmail+ldap. We have a trouble when a > user has 2000 or more mails stored... when the user try to download the > mails, receive an error > -ERR unable to scan $HOME/Maildir. This is not problem of quota, we > have define two fields in ldap DB: > > mailQuotaCount: 10000 (amount of mails stored) > mailQuotaSize: 75000000 (quota 75 megas). > > When the problem is present, the mailbox has no more than 10000 > mails and the amount of space in disk is minor to 75 megas. > > Any Ideas or patches??? Thanks. >
Any kind of datasize limits defined? My first guess is, that the list of filenames takes to musch memory and so a realloc() fails. -- :wq Claudio
