[Dovecot] quota warning error with dict
Timo Sirainen
tss at iki.fi
Mon Jul 26 20:47:22 EEST 2010
On Sat, 2010-07-24 at 01:58 +0200, Daniel Luttermann wrote:
> cat << EOF | /usr/lib/dovecot/dovecot-lda -d $USER -o "plugin/quota=dict:user::proxy::quota quota:noenforcing"
> quota = dict:user::proxy::quota
Well, this isn't right.. Assuming dict works normally, dovecot-lda
should be called with one of the following:
-o "plugin/quota=dict:user:noenforcing::proxy::quota"
-o "plugin/quota=dict:user::noenforcing:proxy::quota"
-o "plugin/quota=dict:user::proxy:noenforcing::quota"
-o "plugin/quota=dict:user::proxy::noenforcing:quota"
I can never remember which one it is. Should write it to wiki :)
More information about the dovecot
mailing list