[Dovecot] Postfixadmin/MySQL/Dovecot 2 and quota
Daniel Parthey
d.parthey at metaways.de
Sun Sep 8 22:45:10 EEST 2013
Hi Matt
Am 08.09.2013 17:32, schrieb Matt:
> I've installed the Quota Display Extension in my Thunderbird (thanks for
> the plugin) and the progress bar remains desperately empty but it works
> with my Gmail account.
This is exactly what was expected.
Dovecot userdb doesn't know about your user specific quota_rule.
> userdb {
> args = uid=vmail gid=vmail home=/var/mail/vmail/%d/%n
> driver = static
> }
Dynamic extra fields like "userdb_quota_rule" from SQL would not
work with a static userdb, since static db is only able to return
static extra fields.
You will need to use userdb driver = sql to fetch quota_rule from SQL.
If it works, the following command should show the user's quota rule:
doveadm user test at test.com
Regards
Daniel
More information about the dovecot
mailing list