diff options
author | steve <steve@FreeBSD.org> | 1999-01-18 11:48:08 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-18 11:48:08 +0800 |
commit | 5b29a4e97c1c4b6bb0a807ac0d07d38c4ea8daac (patch) | |
tree | b50f7023fdf0e698af78d5c8ecd563af22bc816b /mail/ezmlm/pkg-descr | |
parent | 08c151475711957002b0bc0260a6ac7158c33a71 (diff) | |
download | freebsd-ports-gnome-5b29a4e97c1c4b6bb0a807ac0d07d38c4ea8daac.tar.gz freebsd-ports-gnome-5b29a4e97c1c4b6bb0a807ac0d07d38c4ea8daac.tar.zst freebsd-ports-gnome-5b29a4e97c1c4b6bb0a807ac0d07d38c4ea8daac.zip |
Initial import of ezmlm version 0.53.
An easy-to-use, high-speed mailing list manager for qmail.
PR: 8884
Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
Diffstat (limited to 'mail/ezmlm/pkg-descr')
-rw-r--r-- | mail/ezmlm/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/ezmlm/pkg-descr b/mail/ezmlm/pkg-descr new file mode 100644 index 000000000000..925d25ac2351 --- /dev/null +++ b/mail/ezmlm/pkg-descr @@ -0,0 +1,24 @@ +ezmlm is an easy-to-use, high-speed mailing list manager for qmail. + +ezmlm lets users set up their own mailing lists within qmail's address +hierarchy. A user, Joe, types + + ezmlm-make ~/SOS ~/.qmail-sos joe-sos isp.net + +and instantly has a functioning mailing list, joe-sos@isp.net, with all +relevant information stored in a new ~/SOS directory. + +ezmlm takes advantage of qmail's VERPs to reliably determine the +recipient address and message number for every incoming bounce message. +It waits ten days and then sends the subscriber a list of message +numbers that bounced. If that warning bounces, ezmlm sends a probe; if +the probe bounces, ezmlm automatically removes the subscriber from the list. + +ezmlm is reliable, even in the face of system crashes. It writes each +new subscription and each new message safely to disk before it reports +success to qmail. + +ezmlm doesn't mind huge mailing lists. Lists don't even have to fit into +memory. ezmlm hashes the subscription list into a set of independent +files so that it can handle subscription requests quickly. ezmlm uses +qmail for blazingly fast parallel SMTP deliveries. |