--- a/vmm.cfg Wed Mar 03 14:32:30 2010 +0000
+++ b/vmm.cfg Wed Mar 03 20:23:18 2010 +0000
@@ -16,12 +16,20 @@
name = mailsys
#
-# Maildir folder
+# mailbox settings
#
-[maildir]
-; Default name of the Maildir folder (String)
-name = Maildir
-; A colon separated list of folder names, that should be created (String)
+[mailbox]
+; The mailbox format to be used for user's mailboxes. (String)
+; Depending on the used Dovecot version there are up to four supported formats:
+; * maildir - since Dovecot v1.0.0
+; * mbox - since Dovecot v1.0.0
+; * dbox - since Dovecot v1.2.0
+; * mdbox - comes with Dovecot v2.0.0
+format = maildir
+; A colon separated list of mailbox names, that should be created (String)
+; Works currently only if the format is either 'maildir' or 'mbox' . For
+; other formats use Dovecot's Autocreate plugin:
+; <http://wiki.dovecot.org/Plugins/Autocreate>
; e.g.: folders = Drafts:Sent:Templates:Trash:Lists.Dovecot:Lists.Postfix
folders = Drafts:Sent:Templates:Trash