28 Oct
2009
28 Oct
'09
12:15 a.m.
On Thu, 2009-10-22 at 11:32 -0500, Peter Fraser wrote:
Hi All
I'm really busy adding features to dovecot running on my dev box to later move into prod. I saw where public mailbox quotas was added to 1.2 Does anyone have this working? I haven't been able to find docs on that as of yet.
I suppose you mean something like:
namespace public { prefix = Public/ .. }
quota = .. quota2 = maildir:Public quota:ns=Public/
This creates a separate shared quota for all mailboxes in Public/ namespace. I've no idea if it really works, but the code is there. Let me know if it doesn't. :)