~ubuntu-branches/ubuntu/hardy/mailman/hardy-updates

« back to all changes in this revision

Viewing changes to admin/www/download.ht

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-03 16:59:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060703165925-175ubna955u796c0
Tags: 0:2.1.8-1ubuntu1
* Merge to Debian; remaining Ubuntu changes:
  - debian/mailman.init: Create /var/{run,lock}/mailman.
  - debian/control: exim4 -> postfix.
* debian/control: Dependency fix: apache -> apache2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
<h3>Requirements</h3>
5
5
 
6
 
You must have a mail server (MTA) that you can send messages to, and a
7
 
web server that supports the CGI/1.1 API.
8
 
<a href="http://httpd.apache.org">Apache</a> makes a fine choice
9
 
for web server, and MTAs such as
10
 
<a href="http://www.postfix.org">Postfix</a>,
11
 
<a href="http://www.exim.org">Exim</a>,
12
 
<a href="http://www.sendmail.org">Sendmail</a>, and
13
 
<a href="http://www.qmail.org">qmail</a>
14
 
should work just fine.
15
 
 
16
 
<p>You will need an ANSI C compiler to build Mailman's security
17
 
wrappers.  The
18
 
<a href="http://gcc.gnu.org/">GNU C compiler</a>
19
 
gcc 2.8.1 or later is known to work
20
 
well.
21
 
 
22
 
<p>You must have the
23
 
<a href="http://www.python.org/">Python</a>
24
 
interpreter installed somewhere on your system.  Currently Python 2.1
25
 
or newer is required, with Python 2.3.3 being recommended.  Mailman
26
 
should work with latest patch release on any Python branch from 2.1 to
27
 
2.3, which as of this writing (31-Dec-2003) is
28
 
<a href="http://www.python.org/2.1.3/">Python 2.1.3</a>,
29
 
<a href="http://www.python.org/2.2.3/">Python 2.2.3</a>, and
30
 
<a href="http://www.python.org/2.3.3/">Python 2.3.3</a>.
 
6
See the <a href="requirements.html">requirements page</a> for the list of
 
7
pre-requisites.
31
8
 
32
9
<h3>Downloading</h3>
33
10