|
|
TMDA Requirements
TMDA is designed to
run on the server
which receives your incoming
mail, not on your desktop workstation. Thus, you must be able to
install software on your mail server in order to use TMDA. If you
aren't able to do this, you might ask your ISP to do so on your
behalf, or sign up with one of the
providers
that offers TMDA as a service to its customers.
TMDA currently runs only on UNIX-like systems, such as GNU/Linux,
Solaris, *BSD, etc. It should also work on Mac OS X but not earlier
versions of Mac OS. TMDA does not currently run on
Microsoft Windows.
If TMDA will not work in your environment, we maintain a list of
TMDA-like systems.
If you decide to give TMDA a whirl, make sure you have the necessary
prerequisite software installed first.
- The Python
programming language. Versions 2.1 and higher are supported, but
2.2 or higher is recommended. Many UNIX/Linux distributions now come
with Python pre-installed. To check whether it is and what version
you have installed, try typing python and/or
python2 at your shell's command line:
% python
Python 2.2.2 (#1, Oct 17 2002, 03:12:45)
[GCC 2.95.4 20020320 [FreeBSD]] on freebsd4
Type "help", "copyright", "credits" or "license" for more information.
>>> ^D
- An SMTP server (a.k.a. mail transport agent or MTA) for mail reception.
Currently supported MTAs include
qmail,
Postfix,
Exim,
Courier,
and Sendmail.
- The procmail
local delivery agent, if and only if you are running Sendmail as
your MTA.
|