equal
deleted
inserted
replaced
5 -------------------------- |
5 -------------------------- |
6 configuration file for vmm |
6 configuration file for vmm |
7 -------------------------- |
7 -------------------------- |
8 |
8 |
9 :Author: Pascal Volk <neverseen@users.sourceforge.net> |
9 :Author: Pascal Volk <neverseen@users.sourceforge.net> |
10 :Date: 2010-03-03 |
10 :Date: |today| |
11 :Version: vmm-0.6.0 |
11 :Version: vmm-0.6.0 |
12 :Manual group: vmm Manual |
12 :Manual group: vmm Manual |
13 :Manual section: 5 |
13 :Manual section: 5 |
14 |
14 |
15 .. contents:: |
15 .. contents:: |
165 by |vmm(1)|_. |
165 by |vmm(1)|_. |
166 |
166 |
167 .. _bin.dovecotpw: |
167 .. _bin.dovecotpw: |
168 |
168 |
169 ``dovecotpw (default: /usr/sbin/dovecotpw)`` : *String* |
169 ``dovecotpw (default: /usr/sbin/dovecotpw)`` : *String* |
170 The absolute path to the dovecotpw binary. This binary is used to |
170 The absolute path to the dovecotpw binary. Use the absolute path to the |
|
171 doveadm binary, if you are using Dovecot v2.0. This binary is used to |
171 generate a password hash, if |misc.password_scheme|_ is set to one of |
172 generate a password hash, if |misc.password_scheme|_ is set to one of |
172 'SMD5', 'SSHA', 'CRAM-MD5', 'HMAC-MD5', 'LANMAN', 'NTLM' or 'RPA'. |
173 'CRAM-MD5', 'HMAC-MD5', 'LANMAN', 'OTP', 'RPA' or 'SKEY'. This binary will |
|
174 be also required if your Python installation doesn't support the: |
|
175 |
|
176 * md4 hash algorithm (hashlib + OpenSSL or PyCrypto) used for the password |
|
177 schemes: 'PLAIN-MD4' and 'NTLM' |
|
178 * sha256 hash algorithm (hashlib or PyCrypto >= 2.1.0alpha1) used for the |
|
179 password schemes: 'SHA256' and 'SSHA256' |
|
180 * sha512 hash algorithm (hashlib) used for the password schemes 'SHA512' |
|
181 and 'SSHA512' |
173 |
182 |
174 .. _bin.du: |
183 .. _bin.du: |
175 |
184 |
176 ``du (default: /usr/bin/du)`` : *String* |
185 ``du (default: /usr/bin/du)`` : *String* |
177 The absolute path to **du**\(1). This binary is used to summarize the disk |
186 The absolute path to **du**\(1). This binary is used to summarize the disk |
290 ``maildir`` |
299 ``maildir`` |
291 since Dovecot v1.0.0 |
300 since Dovecot v1.0.0 |
292 ``mbox`` |
301 ``mbox`` |
293 since Dovecot v1.0.0 |
302 since Dovecot v1.0.0 |
294 ``dbox`` |
303 ``dbox`` |
295 since Dovecot v1.2.0 |
304 since Dovecot v1.0.0 |
296 ``mdbox`` |
305 ``mdbox`` |
297 comes with Dovecot v2.0.0 |
306 comes with Dovecot v2.0.0 |
298 |
307 |
299 |
308 |
300 Example:: |
309 Example:: |
331 All domain directories will be created inside this directory. |
340 All domain directories will be created inside this directory. |
332 |
341 |
333 .. _misc.password_scheme: |
342 .. _misc.password_scheme: |
334 |
343 |
335 ``password_scheme (default: CRAM-MD5)`` : *String* |
344 ``password_scheme (default: CRAM-MD5)`` : *String* |
336 Password scheme to use (see also: **dovecotpw -l**). |
345 Password scheme to use. To get a list of all available password schemes |
|
346 execute the command **dovecotpw -l** (Dovecot v1.x) or **doveadm pw -l** |
|
347 (Dovecot v2.0). |
337 |
348 |
338 .. _misc.gid_mail: |
349 .. _misc.gid_mail: |
339 |
350 |
340 ``gid_mail (default: 8)`` : *Int* |
351 ``gid_mail (default: 8)`` : *Int* |
341 Numeric group ID of group mail (`mail_privileged_group` from |
352 Numeric group ID of group mail (`mail_privileged_group` from |