Changes for version 2.20200625.2 - 2020-06-25
- DMARC: Option to redact some Reporting fields
Documentation
- authentication_milter - A Perl Mail Authentication Milter
- authentication_milter_blocker - Manage the Authentication Milter Block List
- authentication_milter_client - A Perl Mail Authentication Milter client
Modules
- Mail::Milter::Authentication - A Perl Mail Authentication Milter
- Mail::Milter::Authentication::App::Blocker::App - App::Cmd base class
- Mail::Milter::Authentication::App::Blocker::App::Command::add - Command to add a block to a given file
- Mail::Milter::Authentication::App::Blocker::App::Command::delete - Command to delete a block for a given file
- Mail::Milter::Authentication::App::Blocker::App::Command::list - Command to list current blocks for a given file
- Mail::Milter::Authentication::Client - Client for connecting back to the authmilter server
- Mail::Milter::Authentication::Config - Load config files for Authentication Milter
- Mail::Milter::Authentication::Constants - Define and export useful constants
- Mail::Milter::Authentication::Exception - Class representing an exception
- Mail::Milter::Authentication::HTDocs - Load and serve static files via the in-built http server.
- Mail::Milter::Authentication::Handler - Handler superclass
- Mail::Milter::Authentication::Handler::ARC - Handler class for ARC
- Mail::Milter::Authentication::Handler::AbusixDataFeed - Handler class for sending data to Abusix
- Mail::Milter::Authentication::Handler::AddID - Example handler class
- Mail::Milter::Authentication::Handler::AlignedFrom - Handler class for Address alignment
- Mail::Milter::Authentication::Handler::Auth - Handler class for SMTP Auth
- Mail::Milter::Authentication::Handler::BIMI - Handler class for BIMI
- Mail::Milter::Authentication::Handler::Blocker - Block mail based on simple rules
- Mail::Milter::Authentication::Handler::DKIM - Handler class for DKIM
- Mail::Milter::Authentication::Handler::DMARC - Handler class for DMARC
- Mail::Milter::Authentication::Handler::IPRev - Handler class for IPRev
- Mail::Milter::Authentication::Handler::LocalIP - Handler class for Local IP Connections
- Mail::Milter::Authentication::Handler::PTR - Handler class for PTR checking
- Mail::Milter::Authentication::Handler::ReturnOK - Handler class for Checking Return address validity
- Mail::Milter::Authentication::Handler::SPF - Handler class for SPF
- Mail::Milter::Authentication::Handler::Sanitize - Handler class for Removing headers
- Mail::Milter::Authentication::Handler::SenderID - Handler class for SenderID
- Mail::Milter::Authentication::Handler::Size - Handler class for message size metrics
- Mail::Milter::Authentication::Handler::TLS - Handler class for TLS
- Mail::Milter::Authentication::Handler::TestTimeout - Timeout Tester
- Mail::Milter::Authentication::Handler::TrustedIP - Handler class for Trusted IP addresses
- Mail::Milter::Authentication::Handler::XGoogleDKIM - Handler class for Google specific DKIM
- Mail::Milter::Authentication::Metric - Class for metrics generation
- Mail::Milter::Authentication::Metric::Grafana - Class for Grafana dashboards
- Mail::Milter::Authentication::Net::Milter - Local modified copy of Net::Milter
- Mail::Milter::Authentication::Pragmas - Setup system wide pragmas
- Mail::Milter::Authentication::Protocol::Milter - Milter protocol handling
- Mail::Milter::Authentication::Protocol::SMTP - SMTP protocol handling
- Mail::Milter::Authentication::Resolver - DNS Recolver methods
- Mail::Milter::Authentication::Tester - Class used for testing
- Mail::Milter::Authentication::Tester::HandlerTester - Class for testing handlers