diff options
author | bwarsaw <> | 2005-05-30 20:09:15 +0000 |
---|---|---|
committer | bwarsaw <> | 2005-05-30 20:09:15 +0000 |
commit | a3a2e764e98755d616c6c661ca7a9aadb6f0dc84 (patch) | |
tree | 4ca62bf167314d0e7211fe107299387bba2c624a /admin/www/download.ht | |
parent | a3bafc9a8a54e2bfe5a9a37e6444908cd9659f22 (diff) | |
download | mailman2-a3a2e764e98755d616c6c661ca7a9aadb6f0dc84.tar.gz mailman2-a3a2e764e98755d616c6c661ca7a9aadb6f0dc84.tar.xz mailman2-a3a2e764e98755d616c6c661ca7a9aadb6f0dc84.zip |
Updates for 2.1.6 final.
Diffstat (limited to 'admin/www/download.ht')
-rw-r--r-- | admin/www/download.ht | 27 |
1 files changed, 2 insertions, 25 deletions
diff --git a/admin/www/download.ht b/admin/www/download.ht index 631703d3..bdc500d6 100644 --- a/admin/www/download.ht +++ b/admin/www/download.ht @@ -3,31 +3,8 @@ Links: links.h download-links.h <h3>Requirements</h3> -You must have a mail server (MTA) that you can send messages to, and a -web server that supports the CGI/1.1 API. -<a href="http://httpd.apache.org">Apache</a> makes a fine choice -for web server, and MTAs such as -<a href="http://www.postfix.org">Postfix</a>, -<a href="http://www.exim.org">Exim</a>, -<a href="http://www.sendmail.org">Sendmail</a>, and -<a href="http://www.qmail.org">qmail</a> -should work just fine. - -<p>You will need an ANSI C compiler to build Mailman's security -wrappers. The -<a href="http://gcc.gnu.org/">GNU C compiler</a> -gcc 2.8.1 or later is known to work -well. - -<p>You must have the -<a href="http://www.python.org/">Python</a> -interpreter installed somewhere on your system. Currently Python 2.1 -or newer is required, with Python 2.3.3 being recommended. Mailman -should work with latest patch release on any Python branch from 2.1 to -2.3, which as of this writing (31-Dec-2003) is -<a href="http://www.python.org/2.1.3/">Python 2.1.3</a>, -<a href="http://www.python.org/2.2.3/">Python 2.2.3</a>, and -<a href="http://www.python.org/2.3.3/">Python 2.3.3</a>. +See the <a href="requirements.html">requirements page</a> for the list of +pre-requisites. <h3>Downloading</h3> |