ezmlmx 0.69
ezmlmx
|
$ tar -xzf path-to/ezmlmx-V.RR
$ cd /package/mail/ezmlm/ezmlm-V.RR
to your needs. Optional,
need to be fine-tuned.
The other conf-* files will be discussed later.
$ package/install
The binaries and man files will be installed given the location provided in conf-home.
This setup uses English language templates.
ezmlmx comes with language templates for
They reside in the directory ./ezmlmrc and are subject of personal adjustments.
If one of the language templates fits your requirements, simply call
$ package/control LANGUAGE
where LANGUAGE is the abbriviation of one of the exisiting templates shortcut names.
The resulting file `‘ezmlmrc’' will be copied to ezmlmx' home directory.
(tbd)
NOTE: The database backends are not working.
Use ./compile/ezmlm-test in the installation directory for testing ezmlmx. This script is 'mangeled' and populated while invoking
$ package/compile it-test
Several criteria have to be met for this to work:
The script will use
and destroy any files therein.
Both user name and directory names etc can be configured below, but this should only very rarely be necessary.
This program is experimental and not yet properly documented. Please send comments to lindb.nosp@m.erg@.nosp@m.id.wu.nosp@m.stl..nosp@m.edu. I'm attempting to make this a rigorous test for future ezmlm+idx installations so that full function can be verified when upgrading to a new version.
One concept of ezmlm/ezmlmx is to provide a digest of the archived mails and send those to users, having subscribed for digest reports.
It is task of ezmlm-cron to provide such a digest. In this case, ezmlm-cron needs to called by the cron facility. In order to support its invocation, the file
This file now includes instructions to raise digest reports for particular mailing lists in the given interval.
Typicall, on call of ezmlm-make, automatically a mailing list archive is set up; check man ezmlm-make(3) for options.
Responsible for creating an index for this archive is ezmlm-idx to be called for the list just once. Rather, the maintenance and update of this index is achived via ezmlm-archive.
The call to this module needs to be provissioned into the file
list/editor where list is the name your your mailing list upon generation by ezmlm-make. Typically:
|/usr/local/bin/ezmlm/ezmlm-archive '/var/qmail/alias/list' || exit 0
Now, all incoming new mailings to this list will be indexed and potentially made accessible via HTTP(S) and ezmlm-cgi.