diff dovecot-example.conf @ 3813:74289963b8a7 HEAD

Added dbox_rotate_size and dbox_rotate_days settings.
author Timo Sirainen <tss@iki.fi>
date Thu, 05 Jan 2006 03:19:42 +0200
parents 0420cf130a20
children 18a786df5815
line wrap: on
line diff
--- a/dovecot-example.conf	Thu Jan 05 03:10:46 2006 +0200
+++ b/dovecot-example.conf	Thu Jan 05 03:19:42 2006 +0200
@@ -377,6 +377,13 @@
 # aren't immediately visible to other MUAs.
 #mbox_lazy_writes = yes
 
+# Maximum dbox file size in kilobytes until it's rotated.
+#dbox_rotate_size = 2048
+
+# 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
+
 # umask to use for mail files and directories
 #umask = 0077