[Dovecot] how to setup different quota for multiple namespaces
Timo Sirainen
tss at iki.fi
Tue Jan 22 13:54:55 EET 2013
On 17.1.2013, at 16.58, Andreas Oster <aoster at novanetwork.de> wrote:
>> I just saw on important difference in the doc and this configuration:
>>
>> see
>> http://wiki2.dovecot.org/Quota/Configuration#Quota_for_public_namespaces
>>
>> the ns=name syntax is for _public_ namespaces only. I just tested it
>> with this setup and every message is counted for both namespaces, if
>> delivered into INBOX or a mailbox of the Archive namespace.
It should work for all namespaces.
>>> plugin {
>>> quota = dict:User quota::proxy::quota
>>> quota2 = dict:Archive quota:ns=Archive.:proxy::quota
quota = dict:User quota::ns=:proxy::quota
quota2 = dict:Archive quota::ns=Archive.:proxy::quota
That should work? Worked at least in latest v2.1 hg.
More information about the dovecot
mailing list