1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
4
<link rel="STYLESHEET" href="mailman-member.css" type='text/css' />
5
<link rel="first" href="mailman-member.html" title='GNU mailman - list Member Manual' />
6
<link rel='contents' href='contents.html' title="Contents" />
7
<link rel='last' href='about.html' title='About this document...' />
8
<link rel='help' href='about.html' title='About this document...' />
9
<link rel="next" href="node10.html" />
10
<link rel="prev" href="node8.html" />
11
<link rel="parent" href="node8.html" />
12
<link rel="next" href="node10.html" />
13
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
14
<meta name='aesop' content='information' />
15
<title>3.1 The web interface</title>
18
<div class="navigation">
19
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
20
<table align="center" width="100%" cellpadding="0" cellspacing="2">
22
<td class='online-navigation'><a rel="prev" title="3 Mailman's interfaces"
23
href="node8.html"><img src='previous.png'
24
border='0' height='32' alt='Previous Page' width='32' /></a></td>
25
<td class='online-navigation'><a rel="parent" title="3 Mailman's interfaces"
26
href="node8.html"><img src='up.png'
27
border='0' height='32' alt='Up one Level' width='32' /></a></td>
28
<td class='online-navigation'><a rel="next" title="3.2 the email interface"
29
href="node10.html"><img src='next.png'
30
border='0' height='32' alt='Next Page' width='32' /></a></td>
31
<td align="center" width="100%">GNU Mailman - List Member Manual</td>
32
<td class='online-navigation'><a rel="contents" title="Table of Contents"
33
href="contents.html"><img src='contents.png'
34
border='0' height='32' alt='Contents' width='32' /></a></td>
35
<td class='online-navigation'><img src='blank.png'
36
border='0' height='32' alt='' width='32' /></td>
37
<td class='online-navigation'><img src='blank.png'
38
border='0' height='32' alt='' width='32' /></td>
40
<div class='online-navigation'>
41
<b class="navlabel">Previous:</b>
42
<a class="sectref" rel="prev" href="node8.html">3 Mailman's interfaces</a>
43
<b class="navlabel">Up:</b>
44
<a class="sectref" rel="parent" href="node8.html">3 Mailman's interfaces</a>
45
<b class="navlabel">Next:</b>
46
<a class="sectref" rel="next" href="node10.html">3.2 The email interface</a>
50
<!--End of Navigation Panel-->
52
<h2><a name="SECTION002310000000000000000"></a><a name="sec:web"></a>
56
The web interface of Mailman is its selling point for many administrators,
57
since it makes it much easier for subscribers and administrators to see
58
which options are available, and what these options do.
61
Every mailing list is also accessible by a number of web pages. Note that
62
the exact URLs are configurable by the site administrator, so they may be
63
different than what's described below. We'll describe the most common
64
configuration, but check with your site administrator or hosting
69
<dt><strong>List information (listinfo) page</strong></dt>
71
<li>Usually found at <a class="url" href="http://WEBSERVER/mailman/listinfo/LISTNAME">http://WEBSERVER/mailman/listinfo/LISTNAME</a> (for example, <a class="url" href="http://lists.example.com/mailman/listinfo/mylist">http://lists.example.com/mailman/listinfo/mylist</a>)
75
<li>The listinfo page is the starting point for the subscriber
76
interface. As one would assume from the name it's given, it
77
contains information about the LISTNAME list.
78
Usually all the other subscriber pages can be accessed from this
79
point, so you really only need to know this one address.
87
<dt><strong>Member options page</strong></dt>
89
<li>Usually found at <a class="url" href="http://WEBSERVER/mailman/options/LISTNAME/EMAIL">http://WEBSERVER/mailman/options/LISTNAME/EMAIL</a> (For example, <a class="url" href="http://lists.example.com/mailman/options/mylist/kathy@here.com">http://lists.example.com/mailman/options/mylist/kathy@here.com</a>)
93
<li>This page can also be accessed by going to the listinfo page
94
and entering your email address into the box beside the button
95
marked "Unsubscribe or Edit Options" (this is near the bottom of the
100
<li>The member options page allows you to log in/out and change your
101
list settings, as well as unsubscribe or get a copy of your password
106
<li><b>To log in to your member options page</b>:
107
If you are not already logged in, there will be a box near the top for
108
you to enter your password. (If you do not know your password, see
109
Section <a href="node16.html#sec:getpassword">6.1</a> for more information on getting your
110
password.) Enter your password in the box and press the button.
114
<li>Once you are logged in, you will be able to view and change
115
all your list settings.
122
<dt><strong>List Archives</strong></dt>
124
<li>Usually found at <a class="url" href="http://WEBSERVER/pipermail/LISTNAME">http://WEBSERVER/pipermail/LISTNAME</a> if the
125
list is publicly archived, and
126
<a class="url" href="http://WEBSERVER/mailman/private/LISTNAME">http://WEBSERVER/mailman/private/LISTNAME</a> if the list is privately
127
archives. (For example,
128
<a class="url" href="http://lists.example.com/pipermail/mylist">http://lists.example.com/pipermail/mylist</a> or
129
<a class="url" href="http://lists.example.com/mailman/private/mylist">http://lists.example.com/mailman/private/mylist</a>)
133
<li>The list archive pages have copies of the posts sent to the
134
mailing list, usually grouped by month. In each monthly group, the
135
posts are usually indexed by author, date, thread, and subject.
139
<li><span class="note"><b class="label">Note:</b>
140
Pipermail is the name of the default archiver that
141
comes with Mailman. Other archive programs are available.</span>
145
<li>If the archive is private, you will need to supply your
146
subscribed email address and your password to log in. (See
147
Section <a href="node16.html#sec:getpassword">6.1</a> for more information on getting
157
<div class="navigation">
158
<div class='online-navigation'>
160
<table align="center" width="100%" cellpadding="0" cellspacing="2">
162
<td class='online-navigation'><a rel="prev" title="3 Mailman's interfaces"
163
href="node8.html"><img src='previous.png'
164
border='0' height='32' alt='Previous Page' width='32' /></a></td>
165
<td class='online-navigation'><a rel="parent" title="3 Mailman's interfaces"
166
href="node8.html"><img src='up.png'
167
border='0' height='32' alt='Up one Level' width='32' /></a></td>
168
<td class='online-navigation'><a rel="next" title="3.2 the email interface"
169
href="node10.html"><img src='next.png'
170
border='0' height='32' alt='Next Page' width='32' /></a></td>
171
<td align="center" width="100%">GNU Mailman - List Member Manual</td>
172
<td class='online-navigation'><a rel="contents" title="Table of Contents"
173
href="contents.html"><img src='contents.png'
174
border='0' height='32' alt='Contents' width='32' /></a></td>
175
<td class='online-navigation'><img src='blank.png'
176
border='0' height='32' alt='' width='32' /></td>
177
<td class='online-navigation'><img src='blank.png'
178
border='0' height='32' alt='' width='32' /></td>
180
<div class='online-navigation'>
181
<b class="navlabel">Previous:</b>
182
<a class="sectref" rel="prev" href="node8.html">3 Mailman's interfaces</a>
183
<b class="navlabel">Up:</b>
184
<a class="sectref" rel="parent" href="node8.html">3 Mailman's interfaces</a>
185
<b class="navlabel">Next:</b>
186
<a class="sectref" rel="next" href="node10.html">3.2 The email interface</a>
190
<span class="release-info">Release 2.1, documentation updated on January 11, 2009.</span>
192
<!--End of Navigation Panel-->