Skip to content

marcbradshaw/authentication_milter_extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication Milter Extra

Extra handler modules for Authentication Milter. A Perl implementation of email authentication standards rolled up into a single easy to use milter.

This repo provides the following additional modules.

  • SpamAssassin - Runs mail through SpamAssassin
  • RSpamD - Runs mail through rspamd
  • UserDB map local emails to local users (used in SpamAssassin module)

UserDB map currently only supports a hash: style table.

These handlers are not considered production ready and may not be fully documented.

Badges

Code on GitHub Build Status Open Issues Dist on CPAN CPANTS

Installation

You will first need to install and configure Authentication Milter and Spam Assassin

To install this module, run the following commands:

  • perl Makefile.PL
  • make
  • make test
  • make install

Config

Please see the output of 'authentication_milter --help SpamAssassin' and 'authentication_milter --help UserDB'

Credits and License

Copyright (c) 2017 Marc Bradshaw. marc@marcbradshaw.net

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

See LICENSE file for license details.

Contributing

Please fork and send pull requests.

About

Extra handler modules for Authentication Milter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages