amavisd-milter is a milter interface for the amavis spam filter engine.
The simplest way to compile amavisd-milter:
curl -L https://github.com/prehor/amavisd-milter/releases/download/1.7.2/amavisd-milter-1.7.2.tar.gz | tar xfz -
cd amavisd-milter-1.7.2
./configure
make all
make install
make clean
For more information on installation, see INSTALL.
A complete description of usage, configuration and troubleshooting is at amavisd-milter(8) manual page.
Issues can be reported by using GitHub Issues. Full details on how to report issues can be found in the Contribution Guidelines.
Please read the Contribution Guidelines, and ensure you are signing all your commits with DCO sign-off.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Petr Řehoř - Initial work.
See also the list of contributors who participated in this project.
For contributors up to amavisd-milter-1.6.1 see CHANGELOG.
This project is licensed under the BSD-3-Clause License - see the LICENSE file for details.