vmm.cfg
branchv0.6.x
changeset 168 fd496561acc6
parent 166 b152ad5c7071
child 176 cc0d79842fdf
--- a/vmm.cfg	Wed Jan 13 00:55:50 2010 +0000
+++ b/vmm.cfg	Thu Jan 14 06:18:34 2010 +0000
@@ -38,7 +38,7 @@
 ; octal 0770 -> decimal 504
 directory_mode = 504
 ; Force deletion of accounts and aliases when deleting a domain (Boolean)
-force_del = false
+force_deletion = false
 
 #
 # Account settings
@@ -55,7 +55,7 @@
 ; useradd subcommand? (Boolean)
 random_password = false
 ; How many characters to include in the generated passwords? (Int)
-password_len = 8
+password_length = 8
 ; Allow smtp by default? (Boolean)
 smtp = true
 ; Allow pop3 by default? (Boolean)
@@ -81,7 +81,7 @@
 #
 [misc]
 ; The base directory for all domains/accounts (String)
-base_dir = /srv/mail
+base_directory = /srv/mail
 ; Password scheme to use (see also: dovecotpw -l) (String)
 password_scheme = PLAIN
 ; numeric group ID of group mail (mail_privileged_group from dovecot.conf) (Int)
@@ -90,7 +90,7 @@
 transport = dovecot:
 ; the concatenated major and minor version number from `dovecot --version` (Int)
 ; e.g. 1.0.15 -> 10; 1.1.18 -> 11; 1.2.3 -> 12
-dovecot_vers = 11
+dovecot_version = 11
 
 #
 # Configuration state