Re: [Dovecot] recalculation of maildir Quota

2007-11-26 Thread Timo Sirainen
On Fri, 2007-11-23 at 18:47 +0100, Ingo Rogalsky wrote: > This solves the issue. Thanks. Nevertheless I'm going to disable the > quota plugin because of the long recalculation time and imap clients not > usable during this. > > But one more question: Would it be possible to disable the recalculat

Re: [Dovecot] recalculation of maildir Quota

2007-11-25 Thread Markus Stumpf
On Fri, Nov 23, 2007 at 06:47:41PM +0100, Ingo Rogalsky wrote: > But one more question: Would it be possible to disable the recalculation > and do this with a nightly cronjob, which scans all mail accounts? Depending on your needs you could always use your (Linux?) OS tools and do a du -s * or

Re: [Dovecot] recalculation of maildir Quota

2007-11-23 Thread Johannes Berg
> Probably a nightly cronjob, which does calculation of Maildir-size would > be a more useful alternative. Beware of this. At some point you'll travel and end up needing mail quickly at the time of your cron job. Been there, done that :) johannes signature.asc Description: This is a digitally

Re: [Dovecot] recalculation of maildir Quota

2007-11-23 Thread Ingo Rogalsky
Hello, On Fri, Nov 23, 2007 at 12:36:54PM +0200, Timo Sirainen wrote: > On Fri, 2007-11-23 at 11:12 +0100, Ingo Rogalsky wrote: > > > Furthermore I noticed that recalculation occurs after the file > > maildirsize gets longer than 30 lines (around 250-300 bytes) and not > > after 5120 bytes as the

Re: [Dovecot] recalculation of maildir Quota

2007-11-23 Thread Timo Sirainen
On Fri, 2007-11-23 at 11:12 +0100, Ingo Rogalsky wrote: > I intend to use maildir Quota for measurement only, not for applying > restrictions. Therefore I defined rather high values. "0" values would have worked as well (I think, at least works in v1.1). > That's working as > expected. Neverthel

Re: [Dovecot] recalculation of maildir Quota

2007-11-23 Thread Mark Adams
I think you have answered your own question at the bottom! Mark. On 23 Nov 2007, at 10:12, Ingo Rogalsky <[EMAIL PROTECTED]> wrote: Hello, I intend to use maildir Quota for measurement only, not for applying restrictions. Therefore I defined rather high values. That's working as expected.