12 Sep
2012
12 Sep
'12
12:54 p.m.
El 12/09/12 00:28, Timo Sirainen escribió:
Activating quota is equally slow, because it needs to scan sizes of all files. If the size is stored in maildir filename (,S=123) this is pretty fast, otherwise it's pretty slow because Dovecot stat()s the files, but afterwards it stores them to dovecot-uidlist file. So the main difference is that Maildir++ requires rescanning the quota periodically, while dict quota never rescans unless you run doveadm quota rescan.
doveadm quota rescan (not documented)? or doveadm quota recalc (as
documented)? Anyway, I'll use dict instead of maildir backend.