# HG changeset patch # User Pascal Volk # Date 1392669031 0 # Node ID fae6a42add07a442b37a7dbd3e18daf1b4189ae0 # Parent 5716bf441ceb505bd473086f63a7a49b87061141 Added a note about the usage of CRAM-MD5. diff -r 5716bf441ceb -r fae6a42add07 Configure.Dovecot_2 --- 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 diff -r 5716bf441ceb -r fae6a42add07 doc/web/source/_static/vmm.cfg --- 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 diff -r 5716bf441ceb -r fae6a42add07 man/man5/vmm.cfg.5 --- 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. diff -r 5716bf441ceb -r fae6a42add07 vmm.cfg --- 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