[Dovecot] Dovecot Quotas in Version 2
Timo Sirainen
tss at iki.fi
Sun Jun 24 03:23:16 EEST 2012
On 24.6.2012, at 3.10, Brian Spraker wrote:
> plugin {
> quota = maildir
> quota_rule = Trash:storage=100M
This should be quota_rule2. Otherwise you'll just overwrite this here:
> }
> user_query = SELECT uid, gid, home, maildir, concat('maildir:storage=', quota) AS quota FROM horde_users WHERE user_uid = '%u';
You didn't update the quota configuration in here. Should be: concat('*:storage=', quota) AS quota_rule.
BTW. This change happened during Dovecot v1.0 -> v1.1 change. Years ago for most people. :)
More information about the dovecot
mailing list