8 Sep
2013
8 Sep
'13
10:45 p.m.
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@test.com
Regards Daniel