342 ``base_directory (default: /srv/mail)`` : *String* |
342 ``base_directory (default: /srv/mail)`` : *String* |
343 All domain directories will be created inside this directory. |
343 All domain directories will be created inside this directory. |
344 |
344 |
345 .. _misc.crypt_blowfish_rounds: |
345 .. _misc.crypt_blowfish_rounds: |
346 |
346 |
347 ``crypt_blowfish_rounds (default: 0)`` : *Int* |
347 ``crypt_blowfish_rounds (default: 5)`` : *Int* |
348 Number of encryption rounds for Blowfish crypt. |
348 Number of encryption rounds for the *password_scheme* **BLF-CRYPT**. |
349 |
|
350 This setting affects the behavior of the 'CRYPT' password scheme. By |
|
351 default crypt will use the DES algorithm for password encryption. |
|
352 |vmm(1)|_ checks if Blowfish crypt is available. When the Blowfish |
|
353 algorithm is supported and the value of this setting is greater than 0 |
|
354 Blowfish will be used for crypt, instead of DES. |
|
355 |
349 |
356 The value must be in range **4** - **31**. |
350 The value must be in range **4** - **31**. |
357 |
351 |
358 .. _misc.crypt_sha256_rounds: |
352 .. _misc.crypt_sha256_rounds: |
359 |
353 |
360 ``crypt_sha256_rounds (default: 0)`` : *Int* |
354 ``crypt_sha256_rounds (default: 5000)`` : *Int* |
361 Number of encryption rounds for crypt using the SHA-256 encryption method. |
355 Number of encryption rounds for the *password_scheme* **SHA256-CRYPT**. |
362 |
|
363 This setting affects the behavior of the 'CRYPT' password scheme. By |
|
364 default crypt will use the DES algorithm for password encryption. |
|
365 |vmm(1)|_ checks if crypt supports the SHA-256 and/or SHA-512 algorithms. |
|
366 When the algorithms are supported and the value of this setting is greater |
|
367 than 0, SHA-256 will be used instead of DES. |
|
368 |
|
369 When the value of |misc.crypt_sha512_rounds|_ is greater than 0, the |
|
370 SHA-512 algorithm will be used instead of SHA-256. |
|
371 |
356 |
372 The value must be in range **1000** - **999999999**. |
357 The value must be in range **1000** - **999999999**. |
373 |
358 |
374 .. _misc.crypt_sha512_rounds: |
359 .. _misc.crypt_sha512_rounds: |
375 |
360 |
376 ``crypt_sha512_rounds (default: 0)`` : *Int* |
361 ``crypt_sha512_rounds (default: 5000)`` : *Int* |
377 Number of encryption rounds for crypt using the SHA-512 encryption method. |
362 Number of encryption rounds for the *password_scheme* **SHA512-CRYPT**. |
378 |
|
379 See |misc.crypt_sha256_rounds|_ for details. |
|
380 |
363 |
381 The value must be in range **1000** - **999999999**. |
364 The value must be in range **1000** - **999999999**. |
382 |
365 |
383 .. _misc.password_scheme: |
366 .. _misc.password_scheme: |
384 |
367 |