~xav0989/ubuntu/vivid/mailman/ubuntu-logo

« back to all changes in this revision

Viewing changes to admin/www/mailman-install/node2.html

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2008-04-24 19:30:49 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080424193049-jy5fa9tus40tjbmn
Tags: 1:2.1.10-2
Apply upstream patch to fix regression in cmd_subscribe
so that email subscribe to the -subscribe or -join address or the
-request address with a bare 'subscribe' command results in the message
being shunted.

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="node3.html" />
9
 
<link rel="prev" href="front.html" />
10
 
<link rel="parent" href="front.html" />
11
 
<link rel="next" href="node3.html" />
12
 
<meta name='aesop' content='information' />
13
 
<title>1 Installation Requirements</title>
14
 
</head>
15
 
<body>
16
 
<DIV CLASS="navigation">
17
 
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
18
 
<table align="center" width="100%" cellpadding="0" cellspacing="2">
19
 
<tr>
20
 
<td class='online-navigation'><a rel="prev" title="Front Matter"
21
 
  href="front.html"><img src='previous.png'
22
 
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
23
 
<td class='online-navigation'><a rel="parent" title="Front Matter"
24
 
  href="front.html"><img src='up.png'
25
 
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
26
 
<td class='online-navigation'><a rel="next" title="2 Set up your"
27
 
  href="node3.html"><img src='next.png'
28
 
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
29
 
<td align="center" width="100%">GNU Mailman - Installation Manual</td>
30
 
<td class='online-navigation'><img src='blank.png'
31
 
  border='0' height='32'  alt='' width='32' /></td>
32
 
<td class='online-navigation'><img src='blank.png'
33
 
  border='0' height='32'  alt='' width='32' /></td>
34
 
<td class='online-navigation'><img src='blank.png'
35
 
  border='0' height='32'  alt='' width='32' /></td>
36
 
</tr></table>
37
 
<div class='online-navigation'>
38
 
<b class="navlabel">Previous:</b>
39
 
<a class="sectref" rel="prev" href="front.html">Front Matter</A>
40
 
<b class="navlabel">Up:</b>
41
 
<a class="sectref" rel="parent" href="front.html">Front Matter</A>
42
 
<b class="navlabel">Next:</b>
43
 
<a class="sectref" rel="next" href="node3.html">2 Set up your</A>
44
 
</div>
45
 
<hr /></div>
46
 
</DIV>
47
 
<!--End of Navigation Panel-->
48
 
 
49
 
<H1><A NAME="SECTION001100000000000000000">
50
 
1 Installation Requirements</A>
51
 
</H1>
52
 
 
53
 
<P>
54
 
GNU Mailman works on most POSIX-based systems such as <span class="Unix">Unix</span>, MacOSX, or
55
 
GNU/Linux.  It does not currently work on Windows.  You must have a mail
56
 
server that you can send messages to, and a web server that supports the
57
 
CGI/1.1 API.  <a class="ulink" href="http://httpd.apache.org"
58
 
  >Apache</a> makes a fine choice for
59
 
web server, and mail servers such as
60
 
<a class="ulink" href="http://www.postfix.org"
61
 
  >Postfix</a>,
62
 
<a class="ulink" href="http://www.exim.org"
63
 
  >Exim</a>,
64
 
<a class="ulink" href="http://www.sendmail.org"
65
 
  >Sendmail</a>, and
66
 
<a class="ulink" href="http://cr.yp.to/qmail.html"
67
 
  >qmail</a> should
68
 
work just fine.
69
 
 
70
 
<P>
71
 
To install Mailman from source, you will need an ANSI C compiler to build
72
 
Mailman's security wrappers.  The
73
 
<a class="ulink" href="http://gcc.gnu.org"
74
 
  >GNU C compiler gcc</a> 2.8.1 or later is known
75
 
to work well.
76
 
 
77
 
<P>
78
 
You must have the <a class="ulink" href="http://www.python.org"
79
 
  >Python</a> interpreter installed
80
 
somewhere on your system.  Mailman 2.1 requires Python 2.1 or newer, although
81
 
Python 2.3 or newer is recommended.
82
 
 
83
 
<P>
84
 
 
85
 
<DIV CLASS="navigation">
86
 
<div class='online-navigation'>
87
 
<p></p><hr />
88
 
<table align="center" width="100%" cellpadding="0" cellspacing="2">
89
 
<tr>
90
 
<td class='online-navigation'><a rel="prev" title="Front Matter"
91
 
  href="front.html"><img src='previous.png'
92
 
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
93
 
<td class='online-navigation'><a rel="parent" title="Front Matter"
94
 
  href="front.html"><img src='up.png'
95
 
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
96
 
<td class='online-navigation'><a rel="next" title="2 Set up your"
97
 
  href="node3.html"><img src='next.png'
98
 
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
99
 
<td align="center" width="100%">GNU Mailman - Installation Manual</td>
100
 
<td class='online-navigation'><img src='blank.png'
101
 
  border='0' height='32'  alt='' width='32' /></td>
102
 
<td class='online-navigation'><img src='blank.png'
103
 
  border='0' height='32'  alt='' width='32' /></td>
104
 
<td class='online-navigation'><img src='blank.png'
105
 
  border='0' height='32'  alt='' width='32' /></td>
106
 
</tr></table>
107
 
<div class='online-navigation'>
108
 
<b class="navlabel">Previous:</b>
109
 
<a class="sectref" rel="prev" href="front.html">Front Matter</A>
110
 
<b class="navlabel">Up:</b>
111
 
<a class="sectref" rel="parent" href="front.html">Front Matter</A>
112
 
<b class="navlabel">Next:</b>
113
 
<a class="sectref" rel="next" href="node3.html">2 Set up your</A>
114
 
</div>
115
 
</div>
116
 
<hr />
117
 
<span class="release-info">Release 2.1, documentation updated on December 13, 2005.</span>
118
 
</DIV>
119
 
<!--End of Navigation Panel-->
120
 
 
121
 
</BODY>
122
 
</HTML>