1-------------------------------------------------------------------------------
2Changes in version 0.7
3
4- Made lock-out of disabled mailboxes optional.
5
6Development of this version has been sponsored by FutureQuest, Inc.
7ossi@FutureQuest.net  http://www.FutureQuest.net/
8-------------------------------------------------------------------------------
9Changes in version 0.6
10
11- Elimiated a duplicate chdir in the fast path of lookups.
12
13- Virtual user names needed to be lower-cased before use, and domain
14  names needed case-insensitive lookups.
15
16- Added some automated tests.
17
18Development of this version has been sponsored by FutureQuest, Inc.
19ossi@FutureQuest.net  http://www.FutureQuest.net/
20-------------------------------------------------------------------------------
21Changes in version 0.5
22
23- Added a lookup-only module, cvm-vmlookup.
24
25Development of this version has been sponsored by FutureQuest, Inc.
26ossi@FutureQuest.net  http://www.FutureQuest.net/
27-------------------------------------------------------------------------------
28Changes in version 0.4
29
30- Fixed the support for unencrypted passwords.
31
32- Converted to external bglibs.
33
34- Added support for qmail in paths other than /var/qmail by setting
35  $QMAIL_ROOT.
36
37Development of this version has been sponsored by FutureQuest, Inc.
38ossi@FutureQuest.net  http://www.FutureQuest.net/
39-------------------------------------------------------------------------------
40Changes in version 0.3
41
42- virtualdomains is now cached land reloaded automatically when it is
43  modified.
44
45- Added support for using the qmail-users CDB file for lookups.  This
46  together with the virtualdomains cache greatly speeds up lookups on
47  large servers.
48
49- Added support for unencrypted passwords, prefixed with '$0$' to
50  distinguish them from plain crypt (no prefix) and MD5-crypt (prefixed
51  with '$1$').  Note that creating such password entries requires
52  modified vmailmgr tools which are not yet generally available.
53
54- Added optional debugging output.
55
56- Removed base user authentication.  !!NOTE!! This means that
57  authentication for both real users and virtual users using passwords
58  in /etc/passwd will no longer work.
59
60Development of this version has been sponsored by FutureQuest, Inc.
61ossi@FutureQuest.net  http://www.FutureQuest.net/
62-------------------------------------------------------------------------------
63Changes in version 0.2
64
65- Output mailbox facts suitable for use with pop3front-auth.
66
67Development of this version has been sponsored by FutureQuest, Inc.
68ossi@FutureQuest.net  http://www.FutureQuest.net/
69-------------------------------------------------------------------------------
70