diff options
Diffstat (limited to 'admin/www/mailman-admin/node4.html')
-rw-r--r-- | admin/www/mailman-admin/node4.html | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/admin/www/mailman-admin/node4.html b/admin/www/mailman-admin/node4.html new file mode 100644 index 00000000..8104d121 --- /dev/null +++ b/admin/www/mailman-admin/node4.html @@ -0,0 +1,120 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>2 Introduction to GNU Mailman</title> +<META NAME="description" CONTENT="2 Introduction to GNU Mailman"> +<META NAME="keywords" CONTENT="mailman-admin"> +<META NAME="resource-type" CONTENT="document"> +<META NAME="distribution" CONTENT="global"> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<link rel="STYLESHEET" href="mailman-admin.css"> +<link rel="first" href="mailman-admin.html"> +<link rel="contents" href="contents.html" title="Contents"> + +<LINK REL="next" HREF="node9.html"> +<LINK REL="previous" HREF="node3.html"> +<LINK REL="up" href="contents.html"> +<LINK REL="next" HREF="node5.html"> +</head> +<body> +<DIV CLASS="navigation"> +<table align="center" width="100%" cellpadding="0" cellspacing="2"> +<tr> +<td><A HREF="node3.html"><img src="../icons/previous.gif" + border="0" height="32" + alt="Previous Page" width="32"></A></td> +<td><A href="contents.html"><img src="../icons/up.gif" + border="0" height="32" + alt="Up One Level" width="32"></A></td> +<td><A HREF="node5.html"><img src="../icons/next.gif" + border="0" height="32" + alt="Next Page" width="32"></A></td> +<td align="center" width="100%">GNU Mailman - List Administration Manual</td> +<td><A href="contents.html"><img src="../icons/contents.gif" + border="0" height="32" + alt="Contents" width="32"></A></td> +<td><img src="../icons/blank.gif" + border="0" height="32" + alt="" width="32"></td> +<td><img src="../icons/blank.gif" + border="0" height="32" + alt="" width="32"></td> +</tr></table> +<b class="navlabel">Previous:</b> <a class="sectref" HREF="node3.html">1 WARNING: This is</A> +<b class="navlabel">Up:</b> <a class="sectref" href="contents.html">Contents</A> +<b class="navlabel">Next:</b> <a class="sectref" HREF="node5.html">2.1 A List's Email</A> +<br><hr> +</DIV> +<!--End of Navigation Panel--> + +<H1><A NAME="SECTION002200000000000000000"> +2 Introduction to GNU Mailman</A> +</H1> + +<P> +GNU Mailman is software that lets you manage electronic mailing lists. +It supports a wide range of mailing list types, such as general +discussion lists and announce-only lists. Mailman has extensive +features for controlling the privacy of your lists, distributing your +list as personalized postings or digests, gatewaying postings to and +from Usenet, and providing automatic bounce detection. Mailman +provides a built-in archiver, multiple natural languages, as well as +advanced content and topic filtering. + +<P> +Mailman provides several interfaces to its functionality. Most list +administrators will primarily use the web interface to customize their +lists. There is also a limited email command interface to the +administrative functions, as well as a command line interface if you +have shell access on the Mailman server. This document does not cover +the command line interface; see the GNU Mailman site administrator's +manual for more details. + +<P> + +<p><hr> +<!--Table of Child-Links--> +<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></a> + +<UL CLASS="ChildLinks"> +<LI><A href="node5.html">2.1 A List's Email Addresses</a> +<LI><A href="node6.html">2.2 Administrative Roles</a> +<LI><A href="node7.html">2.3 A List's Web Pages</a> +<LI><A href="node8.html">2.4 Basic Architectural Overview</a> +</ul> +<!--End of Table of Child-Links--> + +<DIV CLASS="navigation"> +<p><hr> +<table align="center" width="100%" cellpadding="0" cellspacing="2"> +<tr> +<td><A HREF="node3.html"><img src="../icons/previous.gif" + border="0" height="32" + alt="Previous Page" width="32"></A></td> +<td><A href="contents.html"><img src="../icons/up.gif" + border="0" height="32" + alt="Up One Level" width="32"></A></td> +<td><A HREF="node5.html"><img src="../icons/next.gif" + border="0" height="32" + alt="Next Page" width="32"></A></td> +<td align="center" width="100%">GNU Mailman - List Administration Manual</td> +<td><A href="contents.html"><img src="../icons/contents.gif" + border="0" height="32" + alt="Contents" width="32"></A></td> +<td><img src="../icons/blank.gif" + border="0" height="32" + alt="" width="32"></td> +<td><img src="../icons/blank.gif" + border="0" height="32" + alt="" width="32"></td> +</tr></table> +<b class="navlabel">Previous:</b> <a class="sectref" HREF="node3.html">1 WARNING: This is</A> +<b class="navlabel">Up:</b> <a class="sectref" href="contents.html">Contents</A> +<b class="navlabel">Next:</b> <a class="sectref" HREF="node5.html">2.1 A List's Email</A> +<hr> +<span class="release-info">Release 2.1, documentation updated on October 2, 2004.</span> +</DIV> +<!--End of Navigation Panel--> + +</BODY> +</HTML> |