ezmlm
Developer(s) | D.J. Bernstein |
---|---|
Stable release | 0.53 / June 30, 1997 |
Written in | C |
Operating system | Linux, Unix-like systems |
Type | Mailing list management (MLM) software |
License | public domain |
Website |
cr |
Original author(s) |
|
---|---|
Developer(s) | Bruce Guenter |
Stable release | 7.2.2 [1] / May 15, 2014 |
Written in | C |
Operating system | Linux, Unix-like systems |
Type | Mailing list management (MLM) software |
License | GPL2 |
Website |
untroubled |
ezmlm is mailing list management software (MLM) by Daniel J. Bernstein. It is similar to GNU Mailman and Majordomo but only works with the qmail mail transfer agent. It is released into the public domain. The latest version, 0.53, came out in 1997.
The related program ezmlm-idx originated as an add-on to ezmlm. It now exists as a complete package on its own, but can still be considered essentially as an extension to ezmlm. It adds multi-message threaded message retrieval from the archive, digests, message and subscription moderation, and a number of remote administration functions. The latest version, 7.2.2, was released May 15, 2014.
Features
ezmlm provides all of the common electronic mailing list functionality: moderated lists, automated subscription and unsubscription, and digest creation. ezmlm takes advantage of the features of qmail to enable ordinary users to create and to manage mailing lists, without need for superuser privileges.[2]
Unlike some other mailing list management software, ezmlm's user interface is command-based. The mailing list administrator usually does not have to edit files. For example, the command to create a new mailing list is:[2]
ezmlm-make ~/list ~/.qmail-list `whoami`-list host
and the commands to (manually) subscribe someone to and unsubscribe someone from that list are:
ezmlm-sub ~/list mailbox
and:
ezmlm-unsub ~/list mailbox
The operation of each individual mailing list is controlled by files in the list's directory (
in the aforegiven example). That directory also contains an archive of all messages sent to the list.[2]~/list
Whether a list is moderated or not is controlled by the existence of a file in the list's directory, named
. In the aforegiven example, this file would be public
. If the file exists, the list is not moderated, and anyone can subscribe to and unsubscribe from the mailing list by sending (empty) electronic mail messages to special ~/list/public
and -subscribe
electronic mailboxes. If the file does not exist, the list is moderated, and only the list owner can change subscriptions using the -unsubscribe
and ezmlm-sub
commands. The ezmlm-idx extension provides more moderation mechanisms.[2]ezmlm-unsub
Standard ezmlm does not include a web interface, but the ezmlm-web extension provides that functionality.
Ezmlm works very fast since it makes use of database type files, while many other mailing list managers use flat ascii files. Ezmlm also has a very good security record.
See also
Further reading
- John R. Levine (2004). Qmail. O'Reilly. pp. 168–174. ISBN 1-56592-628-5.
- Daniel J. Bernstein. "ezmlm".
- Bruce Guenter; et al. "ezmlm-idx Home".
References
External links
- Information and manuals for ezmlm and ezmlm-idx
- ezmlm-idx on GitHub
- An administration web interface for ezmlm
- Set of scripts which add to the ezmlm package the ability to reencrypt messages sent to the list