9 Sep
2013
9 Sep
'13
10:05 a.m.
userdb { args = uid=vmail gid=vmail home=/var/mail/vmail/%d/%n driver = static } Hum, forgot to modify this file....
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. Changed.
If it works, the following command should show the user's quota rule: doveadm user test@test.com And it works fine now !!! I can get quota information from Roundcubemail and Thunderbird !!!
Many thanks !
Best, Matt