man/man5/vmm.cfg.5
branchv0.7.x
changeset 720 d1b32cdf8dda
parent 694 b1bfd4d1d9c0
child 734 8167ba72235c
equal deleted inserted replaced
719:19486a140ef5 720:d1b32cdf8dda
     1 .TH "VMM.CFG" "5" "2013-02-10" "vmm 0.7" "vmm"
     1 .TH "VMM.CFG" "5" "2014-02-11" "vmm 0.7" "vmm"
     2 .SH NAME
     2 .SH NAME
     3 vmm.cfg \- configuration file for vmm
     3 vmm.cfg \- configuration file for vmm
     4 .\" -----------------------------------------------------------------------
     4 .\" -----------------------------------------------------------------------
     5 .SH SYNOPSIS
     5 .SH SYNOPSIS
     6 vmm.cfg
     6 vmm.cfg
    66 [database]
    66 [database]
    67 user = me
    67 user = me
    68 pass = xxxxxxxx
    68 pass = xxxxxxxx
    69 
    69 
    70 [misc]
    70 [misc]
    71 dovecot_version = 1.2.16
    71 dovecot_version = 2.2.11
    72 .fi
    72 .fi
    73 .\" -----------------------------------------------------------------------
    73 .\" -----------------------------------------------------------------------
    74 .SH SEARCH ORDER
    74 .SH SEARCH ORDER
    75 By default
    75 By default
    76 .BR vmm (1)
    76 .BR vmm (1)
   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
   528 .PP
   517 .PP
   529 .nf
   518 .nf
   530 [account]
   519 [account]
   531 password_length = 10
   520 password_length = 10
   532 random_password = true
   521 random_password = true
   533 
       
   534 [bin]
       
   535 dovecotpw = /usr/bin/doveadm
       
   536 
   522 
   537 [database]
   523 [database]
   538 host = dbsrv8.example.net
   524 host = dbsrv8.example.net
   539 pass = PY_SRJ}L/0p\-oOk
   525 pass = PY_SRJ}L/0p\-oOk
   540 port = 5433
   526 port = 5433
   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),