Re: [Dovecot] NFS quota: hard or soft

2008-10-20 Thread Timo Sirainen
On Mon, 2008-10-20 at 14:21 +0200, Edgar Fuß wrote: > > quota = fs:user:noenforcing > Thanks. > > > I guess I should add all these extra parameters to the wiki page.. > Yes, please. They're there now. > I suppose CONTROL has to be shared by different dovecot instances so I can't > simply put th

Re: [Dovecot] NFS quota: hard or soft

2008-10-20 Thread Edgar Fuß
> quota = fs:user:noenforcing Thanks. > I guess I should add all these extra parameters to the wiki page.. Yes, please. I suppose CONTROL has to be shared by different dovecot instances so I can't simply put them on local storage like INXEX, right?

Re: [Dovecot] NFS quota: hard or soft

2008-10-20 Thread Timo Sirainen
On Oct 20, 2008, at 1:21 PM, Edgar Fuß wrote: Dovecot doesn't try to enforce filesystem quota limits. I'm admittedly feeling utterly stupid in trying to tell an author what his programm is doing, but ... It just handles the EDQUOT error from write(). ... I ktrace'd imap and there was no fai

Re: [Dovecot] NFS quota: hard or soft

2008-10-20 Thread Edgar Fuß
> Dovecot doesn't try to enforce filesystem quota limits. I'm admittedly feeling utterly stupid in trying to tell an author what his programm is doing, but ... > It just handles the EDQUOT error from write(). ... I ktrace'd imap and there was no failing write(), only suspicious rpcs to the file

Re: [Dovecot] NFS quota: hard or soft

2008-10-19 Thread Timo Sirainen
On Sun, 2008-10-19 at 21:24 +0200, Edgar Fuß wrote: > Yes. I could spend more time testing this myself or examining the code. > It looks to me that, with fs quota, dovecot refuses to store a mail > (e.g. when the client moves a mail from one IMAP folder to another) > if the user is beyond his s

[Dovecot] NFS quota: hard or soft

2008-10-19 Thread Edgar Fuß
Yes. I could spend more time testing this myself or examining the code. It looks to me that, with fs quota, dovecot refuses to store a mail (e.g. when the client moves a mail from one IMAP folder to another) if the user is beyond his soft limit. Is this correct/intended? Knowing nothing about