NAME

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

VERSION

version 3.20240701

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.