Probably with sql dict too, but I can't remember right now how exactly.
This works for us:
dict {
quotadict = mysql:/etc/dovecot/dovecot-dict-quota.conf
}
plugin {
quota = dict:INBOX::proxy::quotadict
quota2 = dict:shared:%d:ns=shared.:proxy::quotadict
}
in the mysql-table, username and
On Fri, 2009-11-20 at 21:57 +0100, Lampa wrote:
> A) passdb sql(SELECT userid AS user, pw AS password, quota AS
> userdb_quota_rule FROM users WHERE userid = '%u') + userdb static
> (uid=500 gid=500 home=/home/mail/%d/%n allow_all_users=yes) - using
> extra fields quota with no prefetch userdb
Th