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