Hi everyone, my name is Wayne Lovely and this is my first post. My company has a need for dovecot to decrement the portion of quota used. The used portion and hard limit will be stored in a central database. Initially I'll just hack in what we need as a proof of concept, but I would like to get some input into what people would really like, such that I can make a good contribution. regards, Wayne Lovely
On 8.4.2005, at 04:55, Wayne Lovely wrote:> My company has a need for dovecot to decrement the portion > of quota used. The used portion and hard limit will be stored in > a central database. Initially I'll just hack in what we need as a > proof of concept, but I would like to get some input into what > people would really like, such that I can make a good contribution.Most useful way to do it would be to base it on 1.0-tests and its quota plugin: http://dovecot.org/list/dovecot/2005-March/006603.html -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20050408/cc297fd1/attachment-0001.bin>
My initial implementation will have to be against 0.99.xx , but I really like the quota plugin for 1.0 Here is my understanding of the quota plugin: 1. respective main() of imap/pop load up everything in MODULE_DIR 2. imap_quota_init is used as an entry point into the plugin glue 3. quota.c has routines that just act as an interface to the actual implementation in quota-dirsize.c Timo Sirainen wrote:> On 8.4.2005, at 04:55, Wayne Lovely wrote: > >> My company has a need for dovecot to decrement the portion >> of quota used. The used portion and hard limit will be stored in >> a central database. Initially I'll just hack in what we need as a >> proof of concept, but I would like to get some input into what >> people would really like, such that I can make a good contribution. > > > Most useful way to do it would be to base it on 1.0-tests and its > quota plugin: > > http://dovecot.org/list/dovecot/2005-March/006603.html