163 .SH SECTION BIN |
163 .SH SECTION BIN |
164 The |
164 The |
165 .B bin |
165 .B bin |
166 section is used to specify some paths to some binaries required by |
166 section is used to specify some paths to some binaries required by |
167 .BR vmm (1). |
167 .BR vmm (1). |
168 .SS bin.dovecotpw |
168 .SS bin.doveadm |
169 .BR dovecotpw " (default: /usr/sbin/dovecotpw) :" |
169 .BR doveadm " (default: /usr/bin/doveadm) :" |
170 .I String |
170 .I String |
171 .PP |
171 .PP |
172 The absolute path to the |
172 The absolute path to the |
173 .BR dovecotpw (1) |
173 .BR doveadm (1) |
174 binary. |
174 binary. |
175 Use the absolute path to the |
|
176 .BR doveadm (1) |
|
177 binary, if you are using Dovecot v2.0. |
|
178 .PP |
175 .PP |
179 This binary is used to generate a password hash, if |
176 This binary is used to generate a password hash, if |
180 .I misc.password_scheme |
177 .I misc.password_scheme |
181 is set to one of `CRAM\-MD5', `HMAC\-MD5', `LANMAN', `OTP', `RPA' or |
178 is set to one of `CRAM\-MD5', `HMAC\-MD5', `LANMAN', `OTP', `RPA', |
182 `SKEY'. |
179 `SCRAM-SHA-1' or `SKEY'. |
183 This binary will be also required if your Python installation doesn't |
180 This binary will be also required if your Python installation doesn't |
184 support the: |
181 support the md4 hash algorithm (hashlib + OpenSSL) used for the password |
185 .IP \(bu 4 |
182 schemes `PLAIN\-MD4' and `NTLM'. |
186 md4 hash algorithm (hashlib + OpenSSL or PyCrypto) used for the password |
|
187 schemes: `PLAIN\-MD4' and `NTLM' |
|
188 .IP \(bu |
|
189 sha256 hash algorithm (hashlib or PyCrypto \(>= 2.1.0alpha1) used for the |
|
190 password schemes: `SHA256' and `SSHA256' |
|
191 .IP \(bu |
|
192 sha512 hash algorithm (hashlib) used for the password schemes: `SHA512' and |
|
193 `SSHA512' |
|
194 .PP |
183 .PP |
195 The |
184 The |
196 .BR doveadm (1) |
185 .BR doveadm (1) |
197 binary is also used to create a user's INBOX and additional mailboxes |
186 binary is also used to create a user's INBOX and additional mailboxes |
198 .RI ( mailbox.folders ), |
187 .RI ( mailbox.folders ), |
374 .I Boolean |
363 .I Boolean |
375 .PP |
364 .PP |
376 Determines whether newly created users can log in via SMTP (SMTP AUTH). |
365 Determines whether newly created users can log in via SMTP (SMTP AUTH). |
377 .\" ------------------------------------ |
366 .\" ------------------------------------ |
378 .SS domain.transport |
367 .SS domain.transport |
379 .BR transport " (default: dovecot:) :" |
368 .BR transport " (default: lmtp:unix:private/dovecot\-lmtp) :" |
380 .I String |
369 .I String |
381 .PP |
370 .PP |
382 Default transport for domains and accounts. |
371 Default transport for new domains. |
383 For details see |
372 For details see |
384 .BR transport (5). |
373 .BR transport (5). |
385 .\" ----------------------------------------------------------------------- |
374 .\" ----------------------------------------------------------------------- |
386 .SH SECTION MAILBOX |
375 .SH SECTION MAILBOX |
387 The |
376 The |
542 user = vmm |
528 user = vmm |
543 |
529 |
544 [domain] |
530 [domain] |
545 quota_bytes = 500M |
531 quota_bytes = 500M |
546 quota_messages = 10000 |
532 quota_messages = 10000 |
547 transport = lmtp:unix:private/dovecot\-lmtp |
|
548 |
533 |
549 [mailbox] |
534 [mailbox] |
550 folders = Drafts:Sent:Templates:Trash:Lists.Dovecot:Lists.Postfix |
535 folders = Drafts:Sent:Templates:Trash:Lists.Dovecot:Lists.Postfix |
551 |
536 |
552 [misc] |
537 [misc] |
553 crypt_sha512_rounds = 10000 |
538 crypt_sha512_rounds = 10000 |
554 dovecot_version = 2.0.beta4 |
539 dovecot_version = 2.2.11 |
555 password_scheme = SHA512\-CRYPT.hex |
540 password_scheme = SHA512\-CRYPT.hex |
556 .fi |
541 .fi |
557 .\" ----------------------------------------------------------------------- |
542 .\" ----------------------------------------------------------------------- |
558 .SH SEE ALSO |
543 .SH SEE ALSO |
559 .BR postconf (1), |
544 .BR postconf (1), |