|
1 ------------------------------------------------------------------------------- |
|
2 Changes in version 0.97 |
|
3 |
|
4 New Features: |
|
5 - Aliases can now have autoresponders. |
|
6 - New "stat" command in the daemon to lookup the mailbox size. |
|
7 - Added a "dumpvuser" command, to output all of an account's data. |
|
8 - Renamed vpasswd2db to vupgrade and allvpasswd2db to vupgrade-all. |
|
9 - Authentication recognizes plain text (null-crypt) passwords. |
|
10 - Added options to turn off execution of vdeliver-predeliver and |
|
11 vdeliver-postdeliver. |
|
12 - Added option to vadduser to specify the pre-encrypted password. |
|
13 |
|
14 Internal Changes: |
|
15 - All accounts are created with an account directory now. |
|
16 - Created a vpwtable writer interface, and removed the CDB-specific |
|
17 commands. |
|
18 - Added adduser3 daemon function, which works the same as the existing |
|
19 adduser2 function but with an additional has-mailbox parameter. |
|
20 - New CDB library that uses mmap instead of file reads for efficiency. |
|
21 - Removed the vcheckquota and vpopbull tools that are now part of the |
|
22 vmailmgr-tools package. |
|
23 |
|
24 Bug Fixes: |
|
25 - Fixed a bug in Python library that caused the listdomain command to fail |
|
26 on some OS's. |
|
27 - Fixed a bug in the PHP library that caused long listdomains to fail. |
|
28 - Exit code 99 from vdeliver-predeliver now causes vdeliver to exit |
|
29 (with code 99) without delivering the message. |
|
30 - Fixed a bug that caused creating directories with a trailing slash to |
|
31 fail. |
|
32 - Fixed the use of libstdc++ in showvconfig. |
|
33 - Personal information can now be changed by the virtual user in the daemon. |
1 ------------------------------------------------------------------------------- |
34 ------------------------------------------------------------------------------- |
2 Changes in version 0.96.9 |
35 Changes in version 0.96.9 |
3 |
36 |
4 New Features: |
37 New Features: |
5 - vdeluser now has an option to prevent it from deleting users with a |
38 - vdeluser now has an option to prevent it from deleting users with a |