|
1 v0.6.0 2012-06-28 Pascal Volk <user+vmm@localhost.localdomain.org> |
|
2 |
|
3 * Now vmm supports Dovecot v.2.0.x and v2.1.x |
|
4 * Added support for Psycopg 2 |
|
5 * Added support for Blowfish-, SHA-256- and SHA-512-crypt password |
|
6 hashes. Works also with Dovecot < v2.0.x. |
|
7 New subcommand: listpwschemes |
|
8 * Added support for PostgreSQL-based dictionary quota limits per user. |
|
9 Configurable globally and per domain. New commands: domainquota and |
|
10 userquota. (Requires Dovecot >= v1.1.2) |
|
11 * Command aliasadd accepts multiple destinations. |
|
12 * Command domainadd can automatically create a postmaster account. |
|
13 * Command useradd can generate random passwords. |
|
14 * Notes can be assigned to domains and accounts (by Martin F. Krafft). |
|
15 New subcommands domainnote and usernote. |
|
16 * The subcommands userenable and userdisable have been replaced by |
|
17 userservices. It is now also possible to enable/disable services per |
|
18 domain with the additional subcommand domainservices. |
|
19 * New translation: Vietnamese |
|
20 + Catch-all support (by Martin F. Krafft) New subcommands: catchalladd, |
|
21 catchalldelete and catchallinfo. |
|
22 + Interpolated alias destinations (by Martin F. Krafft). For example: |
|
23 The alias postmaster@example.org → postmaster+%d@admin.example.org |
|
24 will forward mails addressed to postmaster@example.org to |
|
25 postmaster+example.org@admin.example.org. |
|
26 + New subcommands: configget and configset. |
|
27 + New subcommands by Martin F. Krafft: listaddresses, listaliases, |
|
28 listrelocated and listusers |
|
29 + Added support for Dovecot's own high-performance mailbox formats |
|
30 single- and multi-dbox. |
|
31 - Fixed Python 2.6 DeprecationWarnings |
|
32 - Command domaindelete replaced keywords 'delalias', 'deluser' and |
|
33 'delall' by the keyword 'force'. |
|
34 - Command listdomains lists now all matching domains, also when the |
|
35 result contains primary and alias names, but the found alias is not |
|
36 alias for any of the found primaries. |
|
37 - Commands userenable/userdisable accept multiple service names. The |
|
38 keyword 'all' has been removed. |
|
39 - Command userdelete replaced keyword 'delalias' by 'force'. |
|
40 |
1 v0.5.2 2009-09-09 Pascal Volk <neverseen@users.sf.net> |
41 v0.5.2 2009-09-09 Pascal Volk <neverseen@users.sf.net> |
2 |
42 |
3 * Now vmm supports Dovecot v1.2.x. |
43 * Now vmm supports Dovecot v1.2.x. |
4 * vmm.cfg: renamed services.managesieve to services.sieve, added |
44 * vmm.cfg: renamed services.managesieve to services.sieve, added |
5 misc.dovecotvers. |
45 misc.dovecotvers. |