vmm.cfg
changeset 584 f9a2327f57a6
parent 458 4ff0fa3ba0fa
child 694 b1bfd4d1d9c0
child 732 fae6a42add07
--- a/vmm.cfg	Tue Aug 07 21:54:39 2012 +0000
+++ b/vmm.cfg	Tue Aug 07 23:50:11 2012 +0000
@@ -25,7 +25,7 @@
 ;    * verify-full (PostgreSQL >= 8.4)
 sslmode = prefer
 ; Database user name (String)
-user = dbuser
+user = vmm
 ; Database password (String)
 pass = dbpassword
 ; Database name (String)
@@ -104,6 +104,10 @@
 ; is added to a domain.
 ; Use the subcommand domaintransport to modify the transport of a domain.
 ; Or usertransport in order to update an account's transport setting.
+;
+; With Dovecot >= v2.0.0 it's strongly recommended that you use Dovecot's
+; lmtp instead of the dovecot-lda.
+;transport = lmtp:unix:private/dovecot-lmtp
 ; default transport for domains and accounts (String)
 transport = dovecot:
 
@@ -128,7 +132,7 @@
 # external binaries
 #
 [bin]
-; location of dovecotpw (String)
+; location of dovecotpw (Dovecot v1) or doveadm (Dovecot v2) (String)
 dovecotpw = /usr/sbin/dovecotpw
 ; location of disk usage (String)
 du = /usr/bin/du
@@ -148,8 +152,8 @@
 ; Number of encryption rounds for the password_scheme SHA512-CRYPT (Int)
 crypt_sha512_rounds = 5000
 ; the version number from `dovecot --version` (String)
-; e.g. 1.1.18; 1.2.11; 2.0.beta4
-dovecot_version = 1.2.11
-; Password scheme to use (see also: dovecotpw -l) (String)
+; e.g. 1.2.17, 2.0.21, 2.1.9 or 2.2.beta1
+dovecot_version = 2.1.9
+; Password scheme to use (see also: ´vmm listpwschemes`) (String)
 password_scheme = CRAM-MD5