diff -r d1f345f91e1c -r e35755191ff3 vmm.cfg --- a/vmm.cfg Mon Aug 17 04:56:13 2009 +0000 +++ b/vmm.cfg Mon Aug 17 06:31:14 2009 +0000 @@ -1,5 +1,5 @@ -# This is the Virtual Mail Manager (vmm) configuration file. -# location: /usr/local/etc/vmm.cfg +# This is the vmm (a virtual mail manager) configuration file. +# default location: /usr/local/etc/vmm.cfg # # @@ -43,7 +43,7 @@ ; allow imap by default? (Boolean) imap = true ; allow managesieve by default? (Boolean) -managesieve = true +sieve = true # # domain directory settings @@ -65,7 +65,7 @@ dovecotpw = /usr/sbin/dovecotpw ; location of disk usage (String) du = /usr/bin/du -; location of postconf +; location of postconf (String) postconf = /usr/sbin/postconf # @@ -80,6 +80,9 @@ forcedel = false ; default transport for domains and accounts 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 +dovecotvers = 11 # # Configuration state