[Dovecot] loop when I enable
Timo Sirainen
tss at iki.fi
Sun Mar 31 11:16:43 EEST 2013
On 21.3.2013, at 16.55, Andreas Meyer <anmeyer at anup.de> wrote:
> The problem occurs when I add the following to dovecot.conf:
>
> quota_warning = storage=95%% quota-warning 95 %u
> quota_warning2 = storage=80%% quota-warning 80 %u
> quota_warning3 = -storage=100%% quota-warning below %u # user is no longer over quota
>
> The script executed looks like this:
>
> #!/bin/sh
> PERCENT=$1
> USER=$2
> cat << EOF | /usr/libexec/dovecot/dovecot-lda -d $USER -o "plugin/quota=maildir:User quota:noenforcing"
Just because quota isn't enforced, it doesn't mean that the quota warnings aren't executed. You need to disable quota entirely (e.g. -o plugin/quota= might work, although it requires a somewhat new version).
More information about the dovecot
mailing list