~launchpad-pqm/mailman/2.1

« back to all changes in this revision

Viewing changes to doc/mailman-install/node44.html

  • Committer: Launchpad Patch Queue Manager
  • Date: 2009-10-21 01:06:17 UTC
  • mfrom: (975.1.1 mailman.2112)
  • Revision ID: launchpad@pqm.canonical.com-20091021010617-prbs2ay6nhxx515v
[rs=flacoste] Upgrade Mailman to upstream 2.1.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<link rel="STYLESHEET" href="mailman-install.css" type='text/css' />
 
5
<link rel="first" href="mailman-install.html" title='GNU mailman - installation Manual' />
 
6
<link rel='last' href='about.html' title='About this document...' />
 
7
<link rel='help' href='about.html' title='About this document...' />
 
8
<link rel="next" href="node45.html" />
 
9
<link rel="prev" href="node43.html" />
 
10
<link rel="parent" href="front.html" />
 
11
<link rel="next" href="node45.html" />
 
12
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
13
<meta name='aesop' content='information' />
 
14
<title>12 Create the site password</title>
 
15
</head>
 
16
<body>
 
17
<div class="navigation">
 
18
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
 
19
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
20
<tr>
 
21
<td class='online-navigation'><a rel="prev" title="11 check the hostname"
 
22
  href="node43.html"><img src='previous.png'
 
23
  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
 
24
<td class='online-navigation'><a rel="parent" title="Front Matter"
 
25
  href="front.html"><img src='up.png'
 
26
  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
 
27
<td class='online-navigation'><a rel="next" title="13 create your first"
 
28
  href="node45.html"><img src='next.png'
 
29
  border='0' height='32'  alt='Next Page' width='32' /></a></td>
 
30
<td align="center" width="100%">GNU Mailman - Installation Manual</td>
 
31
<td class='online-navigation'><img src='blank.png'
 
32
  border='0' height='32'  alt='' width='32' /></td>
 
33
<td class='online-navigation'><img src='blank.png'
 
34
  border='0' height='32'  alt='' width='32' /></td>
 
35
<td class='online-navigation'><img src='blank.png'
 
36
  border='0' height='32'  alt='' width='32' /></td>
 
37
</tr></table>
 
38
<div class='online-navigation'>
 
39
<b class="navlabel">Previous:</b>
 
40
<a class="sectref" rel="prev" href="node43.html">11 Check the hostname</a>
 
41
<b class="navlabel">Up:</b>
 
42
<a class="sectref" rel="parent" href="front.html">Front Matter</a>
 
43
<b class="navlabel">Next:</b>
 
44
<a class="sectref" rel="next" href="node45.html">13 Create your first</a>
 
45
</div>
 
46
<hr /></div>
 
47
</div>
 
48
<!--End of Navigation Panel-->
 
49
 
 
50
<h1><a name="SECTION0011200000000000000000">
 
51
12 Create the site password</a>
 
52
</h1>
 
53
 
 
54
<p>
 
55
There are two site-wide passwords that you can create from the command line,
 
56
using the <b class="program">bin/mmsitepass</b> script.  The first is the ``site password''
 
57
which can be used anywhere a password is required in the system.  The site
 
58
password will get you into the administration page for any list, and it can be
 
59
used to log in as any user.  Think <code>root</code> for a Unix system, so pick this
 
60
password wisely!
 
61
 
 
62
<p>
 
63
The second password is a site-wide ``list creator'' password.  You can use
 
64
this to delegate the ability to create new mailing lists without providing all
 
65
the privileges of the site password.  Of course, the owner of the site
 
66
password can also create new mailing lists, but the list creator password is
 
67
limited to just that special role.
 
68
 
 
69
<p>
 
70
To set the site password, use this command:
 
71
 
 
72
<p>
 
73
<div class="verbatim"><pre>
 
74
    % $prefix/bin/mmsitepass &lt;your-site-password&gt;
 
75
</pre></div>
 
76
 
 
77
<p>
 
78
To set the list creator password, use this command:
 
79
 
 
80
<p>
 
81
<div class="verbatim"><pre>
 
82
    % $prefix/bin/mmsitepass -c &lt;list-creator-password&gt;
 
83
</pre></div>
 
84
 
 
85
<p>
 
86
It is okay not to set a list creator password, but you probably do want a site
 
87
password.
 
88
 
 
89
<p>
 
90
 
 
91
<div class="navigation">
 
92
<div class='online-navigation'>
 
93
<p></p><hr />
 
94
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
95
<tr>
 
96
<td class='online-navigation'><a rel="prev" title="11 check the hostname"
 
97
  href="node43.html"><img src='previous.png'
 
98
  border='0' height='32'  alt='Previous Page' width='32' /></a></td>
 
99
<td class='online-navigation'><a rel="parent" title="Front Matter"
 
100
  href="front.html"><img src='up.png'
 
101
  border='0' height='32'  alt='Up one Level' width='32' /></a></td>
 
102
<td class='online-navigation'><a rel="next" title="13 create your first"
 
103
  href="node45.html"><img src='next.png'
 
104
  border='0' height='32'  alt='Next Page' width='32' /></a></td>
 
105
<td align="center" width="100%">GNU Mailman - Installation Manual</td>
 
106
<td class='online-navigation'><img src='blank.png'
 
107
  border='0' height='32'  alt='' width='32' /></td>
 
108
<td class='online-navigation'><img src='blank.png'
 
109
  border='0' height='32'  alt='' width='32' /></td>
 
110
<td class='online-navigation'><img src='blank.png'
 
111
  border='0' height='32'  alt='' width='32' /></td>
 
112
</tr></table>
 
113
<div class='online-navigation'>
 
114
<b class="navlabel">Previous:</b>
 
115
<a class="sectref" rel="prev" href="node43.html">11 Check the hostname</a>
 
116
<b class="navlabel">Up:</b>
 
117
<a class="sectref" rel="parent" href="front.html">Front Matter</a>
 
118
<b class="navlabel">Next:</b>
 
119
<a class="sectref" rel="next" href="node45.html">13 Create your first</a>
 
120
</div>
 
121
</div>
 
122
<hr />
 
123
<span class="release-info">Release 2.1, documentation updated on January 11, 2009.</span>
 
124
</div>
 
125
<!--End of Navigation Panel-->
 
126
 
 
127
</body>
 
128
</html>