[Dovecot] Quota not working with dict proxy
Daniel Parthey
daniel.parthey at informatik.tu-chemnitz.de
Thu May 16 05:15:28 EEST 2013
Chris Richards wrote:
> Is there any documentation that goes into more detail regarding the 'map'
> settings, what they mean, etc., of which you are aware?
> hoping to avoid digging through the code just to satisfy my curiosity.
I couldn't find much in the docs:
http://wiki.dovecot.org/Quota/Dict
So here's some documentation, please correct me if I'm wrong:
map {
pattern = priv/quota/storage # dictionary for storage bytes
table = quota # table where to write storage count
username_field = username # username of whom storage should be counted
value_field = bytes # number of bytes in user mailbox
}
map {
pattern = priv/quota/messages # dictionary for message count
table = quota # table where to write email count
username_field = username # username whose emails should be counted
value_field = messages # number of messages in user mailbox
}
Regards
Daniel
--
https://plus.google.com/103021802792276734820
More information about the dovecot
mailing list