--- a/vmm.cfg Tue Jul 20 03:15:57 2010 +0000
+++ b/vmm.cfg Tue Jul 20 16:25:31 2010 +0000
@@ -20,18 +20,20 @@
#
[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:
+; Depending on the used Dovecot version there are up to 3 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
+; * mdbox - since Dovecot v2.0.beta1
+; * sdbox - since Dovecot v2.0.rc3
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
+; Name of the mailbox root directory in a user's home. (String)
+; Usually used names (format: name):
+; * maildir: Maildir
+; * mdbox: mdbox
+; * sdbox: sdbox
+root = Maildir
#
# Domain settings