equal
deleted
inserted
replaced
392 ``password_scheme (default: CRAM-MD5)`` : *String* |
392 ``password_scheme (default: CRAM-MD5)`` : *String* |
393 Password scheme to use. To get a list of all available password schemes |
393 Password scheme to use. To get a list of all available password schemes |
394 execute the command **dovecotpw -l** (Dovecot v1.x) or **doveadm pw -l** |
394 execute the command **dovecotpw -l** (Dovecot v1.x) or **doveadm pw -l** |
395 (Dovecot v2.0). |
395 (Dovecot v2.0). |
396 |
396 |
|
397 .. _misc.quota_bytes: |
|
398 |
|
399 ``quota_bytes (default: 0)`` : *String* |
|
400 Quota limit in bytes. 0 means unlimited. This limit will be applied to |
|
401 all newly created domains. |
|
402 |
|
403 The option's value can be written as an integer value, e.g.: **20480**. |
|
404 Its also possible to append one of the following suffixes to the limit: |
|
405 **b** (bytes), **k** (kilobytes), **M** (megabytes) or **G** (gigabytes). |
|
406 **1024** is the same as **1024b** or **1k**. |
|
407 |
|
408 .. _misc.quota_messages: |
|
409 |
|
410 ``quota_messages (default: 0)`` : *Int* |
|
411 Quota limit in number of messages. 0 means unlimited. This limit will be |
|
412 applied to all newly created domains. |
|
413 |
397 .. _misc.transport: |
414 .. _misc.transport: |
398 |
415 |
399 ``transport (default: dovecot:)`` : *String* |
416 ``transport (default: dovecot:)`` : *String* |
400 Default transport for domains and accounts. For details see |
417 Default transport for domains and accounts. For details see |
401 |transport(5)|_. |
418 |transport(5)|_. |
415 base_directory = /srv/mail |
432 base_directory = /srv/mail |
416 crypt_sha512_rounds = 10000 |
433 crypt_sha512_rounds = 10000 |
417 password_scheme = SHA512-CRYPT |
434 password_scheme = SHA512-CRYPT |
418 transport = dovecot: |
435 transport = dovecot: |
419 dovecot_version = 2.0.beta4 |
436 dovecot_version = 2.0.beta4 |
|
437 quota_bytes = 100M |
|
438 quota_messages = 10000 |
420 |
439 |
421 |
440 |
422 FILES |
441 FILES |
423 ===== |
442 ===== |
424 */root/vmm.cfg* |
443 */root/vmm.cfg* |