# HG changeset patch # User Pascal Volk # Date 1344383411 0 # Node ID f9a2327f57a645b9d1dfe9fbded9311a5b48bc02 # Parent a479c38931c48f909a21fa42a208fba040516ec6 vmm.cfg: Updated/improved comments. diff -r a479c38931c4 -r f9a2327f57a6 vmm.cfg --- 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