Hello, I would like to monitor users quotas in Dovecot but I don't find a way to do it for every user. 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? Thanks for your help.
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
Hi,> 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.Which quotas do you use? With Maildir and SQL-userdb you can save the quota-information in a database (proxy::dict) and monitor the usage there. works great here ;-)
Am 21.04.2010 12:00 schrieb Anton Dollmaier:> With Maildir and SQL-userdb you can save the quota-information in a > database (proxy::dict) and monitor the usage there. > > works great here ;-)Could you post configuration details ? Thanks! -- Andreas Schulze Internetdienste | P532 DATEV eG 90329 N?rnberg | Telefon +49 911 319-0 | Telefax +49 911 319-3196 E-Mail info @datev.de | Internet www.datev.de Sitz: 90429 N?rnberg, Paumgartnerstr. 6-14 | Registergericht N?rnberg, GenReg Nr.70 Vorstand Prof. Dieter Kempf (Vorsitzender) Dipl.-Kfm. Wolfgang Stegmann (stellvertretender Vorsitzender) Dipl.-Kfm. Michael Leistenschneider J?rg Rabe v. Pappenheim Dipl.-Vw. Eckhard Schwarzer Vorsitzender des Aufsichtsrates: Reinhard Verholen
Hi,> Could you post configuration details ?Configured as described in dovecot-wiki:> http://wiki.dovecot.org/Quota/Dict > http://wiki.dovecot.org/Quota/1.1Quota-information is then directly SELECTable from the table "quota". Best regards, Anton