* Timo Sirainen <[EMAIL PROTECTED]>:
>> quota_warning = storage=10%% /usr/local/scripts/quota-warning 90
>>
>> But my question is: Are multiple quota_warnings possible? How?
>
> quota_warning2 = ..
> quota_warning3 = ..
Works like a charm now.
> With the patch if your quota jumps between multip
On 19.7.2007, at 23.18, Ralf Hildebrandt wrote:
* Timo Sirainen <[EMAIL PROTECTED]>:
You probably have to escape that % sign with another %.
Oh, good point. I'll have to update v1.1's examples. But does the
unescaped 10% work with IMAP then? That's weird if it does..
It works with 1.0.2 li
* Timo Sirainen <[EMAIL PROTECTED]>:
> > You probably have to escape that % sign with another %.
>
> Oh, good point. I'll have to update v1.1's examples. But does the
> unescaped 10% work with IMAP then? That's weird if it does..
It works with 1.0.2 like that:
quota_warning = storage=10%% /usr
On Tue, 2007-07-17 at 22:59 +0200, Onno Molenkamp wrote:
> Op dinsdag 17 juli 2007 schreef Doug Council:
> > plugin {
> >quota = maildir:storage=20480
> >quota_warning = storage=10% /usr/local/bin/quota-warning
> > }
> >
> > And this is the error Dovecot generates for anyone with a quota:
>
Op dinsdag 17 juli 2007 schreef Doug Council:
> plugin {
>quota = maildir:storage=20480
>quota_warning = storage=10% /usr/local/bin/quota-warning
> }
>
> And this is the error Dovecot generates for anyone with a quota:
>
> quota warning: No command specified:
> storage=10/usr/local/bin/quot
Dovecot 1.0.2 patches and compiles fine with the quota warning patch
(http://www.dovecot.org/patches/quota-warning.patch). But, when parsing
the configuration file , deliver now seems to strip all of the spaces in
the QUOTA_WARNING environment variable, generating an error.
This is the plugin