Re: [Dovecot] (1.0.13) fsync failed: Disk quota exceeded for some accounts

2008-11-07 Thread Eric Marin
It works, thank you very much ! What can I say, this is a shining example of what's good with open-source. Eric Timo Sirainen a écrit : On Thu, 2008-11-06 at 11:30 +0100, Eric Marin wrote: So far, so good, except that for *some* users (and I can't seem to find anything unusual about their acc

Re: [Dovecot] (1.0.13) fsync failed: Disk quota exceeded for some accounts

2008-11-06 Thread Eric Marin
Joseba Torre a écrit : HTH Unfortunately, I don't think this can be the cause because we defined quotas globally on the NAS : only one line defines the quota for all students... And it can't handle per user exceptions? Agur. Well, yes it can, of course :-) What I meant was that we

Re: [Dovecot] (1.0.13) fsync failed: Disk quota exceeded for some accounts

2008-11-06 Thread Timo Sirainen
On Thu, 2008-11-06 at 11:30 +0100, Eric Marin wrote: > So far, so good, except that for *some* users (and I can't seem to find > anything unusual about their > account), one gets this in /var/log/mail.log : > Nov 6 10:42:24 vega deliver(studentx): > fsync(/voletu/users/studentx/Maildir/tmp/1225

Re: [Dovecot] (1.0.13) fsync failed: Disk quota exceeded for some accounts

2008-11-06 Thread Joseba Torre
El Jueves, 6 de Noviembre de 2008 a las 13:20, Eric Marin escribió: > >> - if it worked, and I enabled it, what would change for me ? > > > > You can offer that information to your imap users. I think it's good > > offering this info to my users, but this is another issue. > > Yes that would be gre

Re: [Dovecot] (1.0.13) fsync failed: Disk quota exceeded for some accounts

2008-11-06 Thread Claudio Prono
Try a script of quota warning like this: #!/bin/bash PERCENT=$1 cat << EOF | /usr/lib/dovecot/deliver -d "$USER" -c /usr/local/etc/dovecot-nowarning.conf From: [EMAIL PROTECTED] Subject: Quota warning $PERCENT% full EOF Where /usr/local/etc/dovecot-nowarning.conf is a equal dovecot.conf

Re: [Dovecot] (1.0.13) fsync failed: Disk quota exceeded for some accounts

2008-11-06 Thread Eric Marin
Hi, Joseba Torre a écrit : Hi, El Jueves, 6 de Noviembre de 2008 a las 11:30, Eric Marin escribió: - should I use the quota:fs plugin in this case (it seems to work out well without it for most users) ? quota:fs is only about reporting quota status using IMAP. So, it should do no diference

Re: [Dovecot] (1.0.13) fsync failed: Disk quota exceeded for some accounts

2008-11-06 Thread Eric Marin
Hi, unfortunately, for those users that cause problem, even if the user is completely over-quota (say 900MB of files for a 100MB quota) *before* adding the small mail, Deliver still reports an fsync failure. Eric Ed W a écrit : Eric Marin wrote: So for *some* users, it seems that Deliver d

Re: [Dovecot] (1.0.13) fsync failed: Disk quota exceeded for some accounts

2008-11-06 Thread Ed W
Eric Marin wrote: > So for *some* users, it seems that Deliver doesn't detect that there > isn't enough space, it tries to write the e-mail and of course fails, > then reports an error, and Postfix interprets this as a temporary > error and retries later. > Without knowing anything about the prob

Re: [Dovecot] (1.0.13) fsync failed: Disk quota exceeded for some accounts

2008-11-06 Thread Joseba Torre
Hi, El Jueves, 6 de Noviembre de 2008 a las 11:30, Eric Marin escribió: > - should I use the quota:fs plugin in this case (it seems to work out well > without it for most users) ? quota:fs is only about reporting quota status using IMAP. So, it should do no diference in this case. > - would it