Requirements:
-------------
mlmmjadmd requires python2.4.

Configuration:
--------------
mlmmjadmd can be configured in a number of ways:
- Default values. Every configuration parameter has a reasonably 
  sane default value. That is not to say that you should not 
  configure mlmmjadmd to work on your specific system. But it _may_ 
  be able to run with no configuration tweaking at all.
- Command line parameters. The mlmmjadmd script itself accepts 
  a number of parameters. A short help message for these can be 
  obtained by running the script with --help as the only argument.
  Command line parameters overwrite configuration file data.
- A configuration file. mlmmjadmd looks in /etc/mlmmjadmd/config for 
  for configuration data. If a configuration file is specified on 
  the command line, it then looks in this location for configuration 
  data (overwriting any data previously found).
  
The program md-config(.py) eases the task of generating a 
configuration file. It is an interactive script which prompts 
its user for various parameters that can be used to control 
mlmmjadmd.

Starting the server:
--------------------
The server is started by executing mlmmjadmd(.py) with any 
relevant command line parameters. mlmmjadmd may be started at boot 
time, in which case you probably want to use (at least) the 
--pid-file and --daemonize options.

Writing clients:
----------------
Please refer to the file CLIENT-WRITING-HOWTO

Performance:
------------
Add and remove 1000 unique digest subscribers:		28 seconds
Add and remove 1000 unique subscribers:				21 seconds
Set and unset moderation 1000 times each:			4 seconds

(Tests performed on a 600-1400 Mhz Pentium M laptop)
