To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

ezmlm-idx
Original author(s)
  • Fred Lindberg
  • Fred B. Ringel
Developer(s)Bruce Guenter
Stable release
7.2.2 [1] / May 15, 2014; 10 years ago (2014-05-15)
Repositorygithub.com/bruceg/ezmlm-idx
Written inC
Operating systemLinux, Unix-like systems
TypeMailing list management (MLM) software
LicenseGPL2
Websiteuntroubled.org/ezmlm

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.

YouTube Encyclopedic

  • 1/3
    Views:
    322
    902
    2 016
  • Славянские лица на камнях на Брайтон Бич 2. (Опровержение)
  • Ch. 1: Pagerank and Alexa. Within the Million
  • Do Not Use Visitor Boost - Vistior Boost Scam- Visitor Boost Review

Transcription

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 (~/list in the given example). That directory also contains an archive of all messages sent to the list.[2]

Whether a list is moderated or not is controlled by the existence of a file in the list's directory, named public. In the given example, this file would be ~/list/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 -subscribe and -unsubscribe electronic mailboxes. If the file does not exist, the list is moderated, and only the list owner can change subscriptions using the ezmlm-sub and ezmlm-unsub commands. The ezmlm-idx extension provides more moderation mechanisms.[2]

Standard ezmlm does not include a web interface, but the ezmlm-web extension provides that functionality.

Ezmlm works very fast[citation needed] 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.[citation needed]

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

  1. ^ "Archive". untroubled.org. Retrieved 29 November 2015.
  2. ^ a b c d Mark F. Komarinski and Cary Collett (2000). Red Hat Linux System Administration Handbook. Prentice Hall PTR. pp. 172–173. ISBN 0-13-025395-2.

External links

This page was last edited on 16 March 2021, at 14:15
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.