|
NAMEMail::Milter::Authentication::Handler::Logger - Handler class for logging of headerss VERSIONversion 3.20241024 DESCRIPTIONLog 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",
]
}
AUTHORMarc Bradshaw <marc@marcbradshaw.net> COPYRIGHT AND LICENSEThis 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.
|