1Version 0.97 of cvm is now available at:
2	http://untroubled.org/cvm/
3------------------------------------------------------------------------------
4Changes in version 0.97
5
6- Updated for bglibs v2
7
8Development of this version has been sponsored by FutureQuest, Inc.
9ossi@FutureQuest.net  http://www.FutureQuest.net/
10-------------------------------------------------------------------------------
11cvm
12Credential Validation Modules
13Bruce Guenter <bruce@untroubled.org>
14Version 0.97
152015-01-31
16
17This package contains:
18- The reference source for the CVM interface.
19- Diagnostic and benchmark CVM clients.
20- A checkpassword interface CVM client.
21- A UNIX/POSIX system module (uses getpwnam).
22- A flat-file module.
23- A vmailmgr module.
24- MySQL, PgSQL, and SQLite modules.
25- A library for client writers.
26- A set of libraries for module writers.
27
28A mailing list has been set up to discuss this and other packages.
29To subscribe, send an email to:
30	bgware-subscribe@lists.untroubled.org
31A mailing list archive is available at:
32	http://lists.untroubled.org/?list=bgware
33
34Development versions of cvm are available at:
35	https://github.com/bruceg/cvm
36
37Requirements:
38
39- bglibs library package version 1.103 or later.
40- The vmailmgr modules should work with all versions of vmailmgr that
41  use CDB password tables, introduced in vmailmgr version 0.89 (only
42  tested with version 0.96.9)
43- libtool
44
45Installation:
46
47- Make sure the latest version of bglibs from
48  http://untroubled.org/bglibs/ is compiled and installed.
49- Build the sources by running "make"
50- After the package has been compiled, run the following commands as root:
51	make install
52  If you want to install in a different directory, run:
53	make install install_prefix=/prefix
54
55vmailmgr Configuration:
56
57- If your virtual domain password tables are stored in a file other than
58  passwd.cdb, set $VMAILMGR_PWFILE to that file name.
59
60- Set $QMAIL_ROOT to the base qmail directory (defaults to "/var/qmail").
61
62- Set $VMAILMGR_DEFAULT to the vmailmgr default username (defaults to "+").
63
64- Set $DEBUG (to anything) to see debugging output.
65
66- See http://untroubled.org/cvm/cvm.html for information on running
67  local or UDP server modules.
68
69Development of this version has been sponsored by FutureQuest, Inc.
70ossi@FutureQuest.net  http://www.FutureQuest.net/
71
72This program is Copyright(C) 2015 Bruce Guenter, and may be copied
73according to the GNU GENERAL PUBLIC LICENSE (GPL) Version 2 or a later
74version.  A copy of this license is included with this package.  This
75package comes with no warranty of any kind.
76
77The cvm-vmailmgr project was initiated at FutureQuest, Inc.  We are
78releasing it as an open-source project because we felt it would be
79useful to others, as well as to repay our debt of gratitude to the
80larger open-source community for the excellent packages we have enjoyed.
81
82For more details, you may contact FutureQuest, Inc. at:
83FutureQuest, Inc.
84PO BOX 623127
85Oviedo FL 32762-3127 USA
86http://www.FutureQuest.net/
87