2 Aug
2010
2 Aug
'10
6:11 p.m.
On Wed, 2010-07-28 at 16:08 +0200, Wessel Dankers wrote:
I just finished writing a small plugin that reports XFS project quota in de IMAP component of Dovecot (1.2, currently). It was written to fill the needs of our organization but someone else might find this useful as well. In its current form it's not suitable for inclusion in the generic quota backend (see “Drawbacks”).
- LGPL 3 (just like Dovecot itself).
Actually, no. Dovecot is LGPLv2.1 without the "or later" clause. I don't think LGPLv3 is compatible with that.
- IMAP only: I tried to write a generic quota backend, but the current setup of the quota plugin does not really seem to permit this;
Hmm. Yeah.. I didn't really think anyone would want quota-per-mailbox.
I looked through it and didn't notice any obvious bugs.