diff dovecot-example.conf @ 4860:87ae4d41bc10 HEAD

Create storages with MAIL_STORAGE_FLAG_NO_AUTOCREATE flag so we don't keep recreating the old storage and converting it all the time. Also added convert_skip_broken_mailboxes flag.
author Timo Sirainen <tss@iki.fi>
date Sun, 03 Dec 2006 15:35:18 +0200
parents 723cd21a56f8
children a922f89a9e92
line wrap: on
line diff
--- a/dovecot-example.conf	Sun Dec 03 15:29:56 2006 +0200
+++ b/dovecot-example.conf	Sun Dec 03 15:35:18 2006 +0200
@@ -1023,8 +1023,11 @@
   #acl = vfile:/etc/dovecot-acls
 
   # Convert plugin. If set, specifies the source storage path which is
-  # converted to destination storage (mail_location).
+  # converted to destination storage (mail_location) when the user logs in.
+  # The existing mail directory is renamed to <dir>-converted.
   #convert_mail = mbox:%h/mail
+  # Skip mailboxes which we can't open successfully instead of aborting.
+  #convert_skip_broken_mailboxes = no
 
   # Trash plugin. When saving a message would make user go over quota, this
   # plugin automatically deletes the oldest mails from configured mailboxes