[dovecot-cvs] dovecot dovecot-example.conf,1.248,1.249
tss at dovecot.org
tss at dovecot.org
Mon Mar 26 03:32:51 EEST 2007
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv16001
Modified Files:
dovecot-example.conf
Log Message:
Added a note about dirsize's slowness with maildir.
Index: dovecot-example.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -d -r1.248 -r1.249
--- dovecot-example.conf 23 Mar 2007 00:04:52 -0000 1.248
+++ dovecot-example.conf 26 Mar 2007 00:32:48 -0000 1.249
@@ -1033,7 +1033,8 @@
# expansion is done for all values.
# Quota plugin. Multiple backends are supported:
- # dirsize: Find and sum all the files found from mail directory
+ # dirsize: Find and sum all the files found from mail directory.
+ # Extremely SLOW with Maildir. It'll eat your CPU and disk I/O.
# dict: Keep quota stored in dictionary (eg. SQL)
# maildir: Maildir++ quota
# fs: Read-only support for filesystem quota
More information about the dovecot-cvs
mailing list