equal
deleted
inserted
replaced
152 ; Number of encryption rounds for the password_scheme SHA512-CRYPT (Int) |
152 ; Number of encryption rounds for the password_scheme SHA512-CRYPT (Int) |
153 crypt_sha512_rounds = 5000 |
153 crypt_sha512_rounds = 5000 |
154 ; the version number from `dovecot --version` (String) |
154 ; the version number from `dovecot --version` (String) |
155 ; e.g. 1.2.17, 2.0.21, 2.1.9 or 2.2.beta1 |
155 ; e.g. 1.2.17, 2.0.21, 2.1.9 or 2.2.beta1 |
156 dovecot_version = 2.1.9 |
156 dovecot_version = 2.1.9 |
|
157 ; NOTE: When using other password schemes than PLAIN or CRAM-MD5, you |
|
158 ; have to remove `cram-md5' from the auth_mechanisms setting in |
|
159 ; dovecot/conf.d/10-auth.conf. |
157 ; Password scheme to use (see also: ´vmm listpwschemes`) (String) |
160 ; Password scheme to use (see also: ´vmm listpwschemes`) (String) |
158 password_scheme = CRAM-MD5 |
161 password_scheme = CRAM-MD5 |
159 |
162 |