2010-02-25 17:52:29 +00:00
|
|
|
petidomo 4.x
|
2000-12-13 13:19:03 +00:00
|
|
|
|
2010-02-25 17:52:29 +00:00
|
|
|
Petidomo is a small but powerful package that can be used to host and maintain
|
|
|
|
|
mailing lists on an Unix machine. Its only requirement is that there is a
|
|
|
|
|
working mail transport agent installed, such as sendmail. It has -- among other
|
|
|
|
|
things -- the following features:
|
2000-12-13 13:19:03 +00:00
|
|
|
|
2010-02-25 17:52:29 +00:00
|
|
|
* A simple-to-use e-mail command interface, which can be used by users and
|
|
|
|
|
administrators of a mailing list to subscribe or unsubscribe addresses,
|
|
|
|
|
approve postings that have been deferred or rejected, alist ll subscribed
|
|
|
|
|
addresses of a list, etc.
|
2000-12-13 13:19:03 +00:00
|
|
|
|
2010-02-25 17:52:29 +00:00
|
|
|
* Petidomo supports various modes of operation for a mailing list such as open
|
|
|
|
|
lists, closed lists, and moderated lists.
|
2000-12-13 13:19:03 +00:00
|
|
|
|
2010-02-25 17:52:29 +00:00
|
|
|
* Mailing list subscriptions or postings can be verified by requiring an
|
|
|
|
|
acknowledgement. This feature is particularly useful when used for mailing
|
|
|
|
|
list postings as it will keep the vast majority of all spam mail off the
|
|
|
|
|
list.
|
2010-02-24 16:24:28 +00:00
|
|
|
|
2010-02-25 17:52:29 +00:00
|
|
|
* Petidomo can host an arbitrary number of mailing lists in entirely different
|
|
|
|
|
domain name spaces -- also known as "Virtual Hosting".
|
2010-02-24 16:24:28 +00:00
|
|
|
|
2010-02-25 17:52:29 +00:00
|
|
|
* A powerful "Access Control Language" (ACL) can be used to reject, approve,
|
|
|
|
|
drop, or redirect postings or subscription attempts.
|
2010-02-24 16:24:28 +00:00
|
|
|
|
2010-02-25 17:52:29 +00:00
|
|
|
* Mailing list postings can be piped through an external "Posting Filter",
|
|
|
|
|
which can modify the article before it's delivered in any way it sees fit.
|
2010-02-24 16:24:28 +00:00
|
|
|
|
2010-02-25 17:52:29 +00:00
|
|
|
* Petidomo can be configured to add arbitrary headers to any mail that's posted
|
|
|
|
|
on a mailing list.
|
2010-02-24 16:24:28 +00:00
|
|
|
|
2010-02-25 17:52:29 +00:00
|
|
|
* Petidomo can be configured to add a signature to any mail that's posted on a
|
|
|
|
|
mailing list.
|
2000-12-13 13:19:03 +00:00
|
|
|
|
2010-02-25 17:52:29 +00:00
|
|
|
The whole package is written in ISO-C and should compile out-of-the-box on any
|
|
|
|
|
POSIX.1 compliant system that provides a mail transport agent. It has been
|
|
|
|
|
released under the GNU General Public License.
|
2010-02-24 16:24:28 +00:00
|
|
|
|
2010-02-25 17:52:29 +00:00
|
|
|
For further information, please refer to the user documentation can be found at
|
|
|
|
|
<http://petidomo.sourceforge.net> or at doc/petidomo.html.
|