AMaViS-ng 0.1.2
===============

This is the third release of AMaViS-ng. It is a rewrite of
amavis-perl/amavisd.

What is different from amavisd/amavis-perl
------------------------------------------
* No build-time configuration. All configuration is done at run-rime
  via a INI-style configuration file.

* The parts of AMaViS-ng are built as Perl modules with well-defined
  intrfaces. This will hopefully make it easier to extend it.

* Module for running AMaViS as an SMTP gateway. This should make it
  possible to integrate it into virtually every MTA setup. The idea
  for this comes from Rainer Link's experimental amavisd-smtp.

* External programs are only used where absolutely necessary. this
  should result in a lower load.

* A setup for Exim with embedded Perl is supported. In this case,
  AMaViS runs inside the Exim process.

* Resource limits on the size and number of unpacked files can be
  configured to prevent mailbombs from hosing the mail server.

- Sendmail's Milter is not yet supported.

- Fewer virus scanners are supported. See README.

Author
------
Hilko Bengen <bengen@users.sourceforge.net>