24 Jun
2012
24 Jun
'12
3:23 a.m.
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. :)