Import ezmlm-idx 0.40
[ezmlm] / sub_std / README
CommitLineData
f8beb284
MW
1$Id: README,v 1.2 1999/02/20 20:03:11 lindberg Exp $
2$Name: ezmlm-idx-040 $
3STANDARD EZMLM DATABASE INTERFACE
4
5These files comprise the ezmlm subscriber database interface. issub.c and
6subscribe.c are backwards compatible with ezmlm-0.53 in terms of function,
7but use a case-insensitive hash for address storage, and take a few
8extra args to be plug-in compatible with alternative interfaces. Logging to
9the subscriber log (DIR/Log) is done from subscribe.c rather than externally,
10and the subscriber from line is logged as well.
11
12searchlog.c allows access to DIR/Log.
13
14putsubs.c does all output of subscriber addresses, both to qmail for subscibers,
15moderator sendouts, etc, and to list subscribers in reply to the -list command.
16
17Alternative subscriber db interface routines should perform equivalent services,
18and fall back to these services if the alternative interface is not configured,
19e.g. if DIR/sql doe not exist.
20
21HOW TO SET UP A CLUSTER OF LIST AND SUBLISTS WITH STD DBS
22
23See FAQ.idx.
24
25See SQL-enabled ezmlm list documentation in FAQ.idx for a different
26trade-off between these points.
27
28
29
30
31