Added a note about the usage of CRAM-MD5.
authorPascal Volk <user@localhost.localdomain.org>
Mon, 17 Feb 2014 20:30:31 +0000
changeset 732 fae6a42add07
parent 710 5716bf441ceb
child 733 8c7eeb2bc139
Added a note about the usage of CRAM-MD5.
Configure.Dovecot_2
doc/web/source/_static/vmm.cfg
man/man5/vmm.cfg.5
vmm.cfg
--- 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