On 28.10.2010, at 1.24, ian+dove...@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..