The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Mail::Milter::Authentication::Handler::Logger - Handler class for logging of headerss

VERSION

version 3.20241024

DESCRIPTION

Log things

CONFIGURATION

"Logger" : { |
"connect" : 1, | Log connection details
"helo" : 1, | Log HELO details
"envfrom" : 1, | Log Mail From details
"envrcpt" : 1, | Log Mail To details
"header" : [ | List of headers to log
"From",
"To",
"Message-Id",
]
}

AUTHOR

Marc Bradshaw <marc@marcbradshaw.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Marc Bradshaw.

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