|
|
TMDA Requirements
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.
|