diff dovecot-example.conf @ 3845:18a786df5815 HEAD

Added dbox_rotate_min_size and fixed rotation checks.
author Timo Sirainen <tss@iki.fi>
date Wed, 11 Jan 2006 21:26:05 +0200
parents 74289963b8a7
children 6124ca416a6c
line wrap: on
line diff
--- a/dovecot-example.conf	Mon Jan 09 10:05:24 2006 +0200
+++ b/dovecot-example.conf	Wed Jan 11 21:26:05 2006 +0200
@@ -380,6 +380,10 @@
 # Maximum dbox file size in kilobytes until it's rotated.
 #dbox_rotate_size = 2048
 
+# Minimum dbox file size in kilobytes before it's rotated
+# (overrides dbox_rotate_days)
+#dbox_rotate_min_size = 16
+
 # Maximum dbox file age in days until it's rotated. Day always begins from
 # midnight, so 1 = today, 2 = yesterday, etc. 0 = check disabled.
 #dbox_rotate_days = 0