--- a/vmm.cfg Sat Apr 26 02:49:34 2008 +0000
+++ b/vmm.cfg Mon Apr 28 21:33:28 2008 +0000
@@ -20,9 +20,7 @@
# Mail directories
#
[maildir]
-; The base directory for all domains/accounts (String)
-base = /home/mail
-; default name of the Maildir folder
+; default name of the Maildir folder (String)
folder = Maildir
; Permissions for maildirs (Int)
; octal 0700 -> decimal 448
@@ -49,6 +47,8 @@
# domain directory settings
#
[domdir]
+; The base directory for all domains/accounts (String)
+base = /home/mail
; Permissions for domain directories (Int)
; octal 0770 -> decimal 504
mode = 504
@@ -69,8 +69,8 @@
#
[misc]
; Password scheme to use (see also: dovecotpw -l) (String)
-passwdscheme = CRAM-MD5
-; numeric group ID of group mail (mail_extra_groups from dovecot.conf) (Int)
+passwdscheme = PLAIN
+; numeric group ID of group mail (mail_privileged_group from dovecot.conf) (Int)
gid_mail = 8
; force deletion of accounts and aliases (Boolean)
forcedel = false