X-Git-Url: https://git.distorted.org.uk/~mdw/ezmlm/blobdiff_plain/5b62e993b0af39700031c2875d7f6654e6a02850..f8beb284087c279acfb30506f5bb32baa4949b44:/sub_std/README diff --git a/sub_std/README b/sub_std/README new file mode 100644 index 0000000..d721a22 --- /dev/null +++ b/sub_std/README @@ -0,0 +1,31 @@ +$Id: README,v 1.2 1999/02/20 20:03:11 lindberg Exp $ +$Name: ezmlm-idx-040 $ +STANDARD EZMLM DATABASE INTERFACE + +These files comprise the ezmlm subscriber database interface. issub.c and +subscribe.c are backwards compatible with ezmlm-0.53 in terms of function, +but use a case-insensitive hash for address storage, and take a few +extra args to be plug-in compatible with alternative interfaces. Logging to +the subscriber log (DIR/Log) is done from subscribe.c rather than externally, +and the subscriber from line is logged as well. + +searchlog.c allows access to DIR/Log. + +putsubs.c does all output of subscriber addresses, both to qmail for subscibers, +moderator sendouts, etc, and to list subscribers in reply to the -list command. + +Alternative subscriber db interface routines should perform equivalent services, +and fall back to these services if the alternative interface is not configured, +e.g. if DIR/sql doe not exist. + +HOW TO SET UP A CLUSTER OF LIST AND SUBLISTS WITH STD DBS + +See FAQ.idx. + +See SQL-enabled ezmlm list documentation in FAQ.idx for a different +trade-off between these points. + + + + +