Hey there, On 04/21/2010 11:20 AM, Vlamsdoem wrote: > I would like to monitor users quotas in Dovecot but I don't find a way > to do it for every user.
One option is to use a database to store the quota or better 'usage of quota', then it's always there for you to access. > Acutally I can log in with user & password to get the users quota but > wat I need is a way to monitor the quota of every user with e.g an admin > user which would have an acces to the quota of each mailbox. > Is there a way to this? If a one-by-one query of the quota is ok, use the master-user to login: ... http://wiki.dovecot.org/Authentication/MasterUsers > Thanks for your help. You're welcome :-) Christian