[Dovecot] Can quota_rule be inherited by child mailboxes?
Timo Sirainen
tss at iki.fi
Thu Oct 28 15:08:40 EEST 2010
On 28.10.2010, at 1.24, ian+dovecot at comtek.co.uk wrote:
> But simply writing this:
>
> quota_rule7 = USERS:ignore
>
> doesn't apply to USERS.xxx and so on.
>
> The wiki says '*' isn't supported as a wildcard and frankly I'm struggling with the source code!
I guess the right way to do it would be:
quota_rule = USERS:ignore
quota_rule2 = USERS.*:ignore
But since wildcards aren't supported here, someone needs to write the code.. It's also not very clear what should happen when a mailbox is renamed from "foo" to "USERS.foo". The quota should be decreased by the mailbox's size I guess..
More information about the dovecot
mailing list