On 7.8.2012, at 18.17, Kavish Karkera wrote: > We are using maildir as quota-backend , and performing user level quota, > which is working fine. (using dovecot 2.x ). > > Now the requirement is to , restrict the quota to client / company level > along with user level quota.
http://www.dovecot.org/list/dovecot/2010-May/049168.html http://wiki2.dovecot.org/Quota/Dict The quota recalculation (also means setting the initial quota) is still a problem. I guess it could be possible to fix nowadays since you can also script it by doing something like: doveadm quota get -u '*@example.com' and sum up the quota values and update the domain quota.
