Added a note about the usage of CRAM-MD5.
--- a/Configure.Dovecot_2 Sat Feb 01 20:32:32 2014 +0000
+++ b/Configure.Dovecot_2 Mon Feb 17 20:30:31 2014 +0000
@@ -25,6 +25,9 @@
###
# conf.d/10-auth.conf
###
+# When you set another misc.password_scheme than PLAIN or CRAM-MD5 in
+# your vmm.cfg, you have to remove cram-md5 from the auth_mechanisms
+# setting.
auth_mechanisms = plain login cram-md5
passdb {
driver = sql
--- a/doc/web/source/_static/vmm.cfg Sat Feb 01 20:32:32 2014 +0000
+++ b/doc/web/source/_static/vmm.cfg Mon Feb 17 20:30:31 2014 +0000
@@ -154,6 +154,9 @@
; the version number from `dovecot --version` (String)
; e.g. 1.2.17, 2.0.21, 2.1.9 or 2.2.beta1
dovecot_version = 2.1.9
+; NOTE: When using other password schemes than PLAIN or CRAM-MD5, you
+; have to remove `cram-md5' from the auth_mechanisms setting in
+; dovecot/conf.d/10-auth.conf.
; Password scheme to use (see also: ´vmm listpwschemes`) (String)
password_scheme = CRAM-MD5
--- a/man/man5/vmm.cfg.5 Sat Feb 01 20:32:32 2014 +0000
+++ b/man/man5/vmm.cfg.5 Mon Feb 17 20:30:31 2014 +0000
@@ -1,4 +1,4 @@
-.TH "VMM.CFG" "5" "2012-08-12" "vmm 0.6" "vmm"
+.TH "VMM.CFG" "5" "2014-02-17" "vmm 0.6" "vmm"
.SH NAME
vmm.cfg \- configuration file for vmm
.\" -----------------------------------------------------------------------
@@ -533,6 +533,15 @@
Supported encoding suffixes are:
.BR .b64 ", " .base64 " and " .hex .
For example: PLAIN.BASE64
+.IP Note:
+When setting another password scheme than
+.BR PLAIN " or " CRAM\-MD5 ,
+you have to remove
+.B cram\-md5
+from the
+.I auth_mechanisms
+setting in your
+.IR dovecot/conf.d/10\-auth.conf .
.\" -----------------------------------------------------------------------
.SH EXAMPLE
An example configuration.
--- a/vmm.cfg Sat Feb 01 20:32:32 2014 +0000
+++ b/vmm.cfg Mon Feb 17 20:30:31 2014 +0000
@@ -154,6 +154,9 @@
; the version number from `dovecot --version` (String)
; e.g. 1.2.17, 2.0.21, 2.1.9 or 2.2.beta1
dovecot_version = 2.1.9
+; NOTE: When using other password schemes than PLAIN or CRAM-MD5, you
+; have to remove `cram-md5' from the auth_mechanisms setting in
+; dovecot/conf.d/10-auth.conf.
; Password scheme to use (see also: ´vmm listpwschemes`) (String)
password_scheme = CRAM-MD5