Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2007-06-25 12:11:54
Size: 214
Editor: terri
Comment:
Revision 8 as of 2007-06-28 10:57:12
Size: 2537
Editor: terri
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/786573
This document is not yet complete. A partial version is available at
#pragma page-filename DOC/versions/786580
{{{#!wiki
This document describes the list administrator's interface for GNU Mailman 2.1. It contains information a list owner would need to configure their list, either through the web interface or through email. It also covers the moderator's interface for approving held messages and subscription notices, and the web interface for creating new mailing lists. In general, it does not cover the command line interface to Mailman, installing Mailman, or interacting with Mailman from the point of view of the user. That information is covered in other manuals.
}}}


{{{#!wiki warning
I (Terri) am currently in the process of importing the 2.1 documentation from latex. It's fairly likely that there will be syntax issues and missing pieces. Please bear with me, and feel free to fix markup if you see a flaw.


Older versions of this document can be found at the following locations:

[[http://terri.zone12.com/doc/mailman/mailman-admin/|Mailman list administration manual in HTML format]]
[[http://terri.zone12.com/doc/mailman/mailman-admin.pdf|Mailman list administration manual in PDF format]]

Or the information is also available on list.org:
Line 5: Line 19:
[[http://list.org/mailman-admin.pdf]]
}}}
Line 6: Line 22:
Or in pdf form at
Line 8: Line 23:
[[http://list.org/mailman-admin.pdf]] {{{#!wiki important
<<TableOfContents>>
}}}

= Introduction =
= Mailman's interfaces =
== The web interface ==
The most commonly used interface of Mailman is the web interface. Assuming a fairly standard configuration, this will have a URL like this:

http://WEBSERVER/mailman/admin/LISTNAME

Almost all the options can be set from this interface, and it also provides inline help and descriptions of each option.

{{{#!wiki caution
The web domain (WEBSERVER) can't be set from the web, since it's a bit too easy to render your web interface unusable by making a typo. As such, this setting is usually changed from the command line. The '''fix_url''' script is provided for this purpose. It is used in conjuction with withlist as follows:

MAILMAN/bin/withlist -l -r fix_url listname <<Verbatim([)>>options<<Verbatim(])>>
}}}

== The email interface ==
= The options =
== General Options ==
==== General List Personality ====
== Passwords ==
== Language options ==
== Membership Management... ==
== Non-digest options ==
== Digest options ==
== Privacy options... ==
== Bounce processing ==
== Archiving Options ==
== Mail<->News gateways ==
== Auto-responder ==
== Content filtering ==
== Topics ==

This document describes the list administrator's interface for GNU Mailman 2.1. It contains information a list owner would need to configure their list, either through the web interface or through email. It also covers the moderator's interface for approving held messages and subscription notices, and the web interface for creating new mailing lists. In general, it does not cover the command line interface to Mailman, installing Mailman, or interacting with Mailman from the point of view of the user. That information is covered in other manuals.

I (Terri) am currently in the process of importing the 2.1 documentation from latex. It's fairly likely that there will be syntax issues and missing pieces. Please bear with me, and feel free to fix markup if you see a flaw.

Older versions of this document can be found at the following locations:

Mailman list administration manual in HTML format Mailman list administration manual in PDF format

Or the information is also available on list.org:

http://list.org/mailman-admin/ http://list.org/mailman-admin.pdf

Contents

Introduction

Mailman's interfaces

The web interface

The most commonly used interface of Mailman is the web interface. Assuming a fairly standard configuration, this will have a URL like this:

http://WEBSERVER/mailman/admin/LISTNAME

Almost all the options can be set from this interface, and it also provides inline help and descriptions of each option.

The web domain (WEBSERVER) can't be set from the web, since it's a bit too easy to render your web interface unusable by making a typo. As such, this setting is usually changed from the command line. The fix_url script is provided for this purpose. It is used in conjuction with withlist as follows:

MAILMAN/bin/withlist -l -r fix_url listname [options]

The email interface

The options

General Options

General List Personality

Passwords

Language options

Membership Management...

Non-digest options

Digest options

Privacy options...

Bounce processing

Archiving Options

Mail<->News gateways

Auto-responder

Content filtering

Topics

MailmanWiki: DOC/Mailman 2.1 List Administration Manual (last edited 2007-07-07 11:29:10 by terri)