NAME
Mail::Milter::Authentication::Handler::SMIME - Authentication Milter Module for validation of SMIME
VERSION
version 2.20180510
DESCRIPTION
Check SMIME signed email for validity.
CONFIGURATION
"SMIME" : {
"hide_none" : 0,
"pki_store" : "/etc/ssl/certs"
},
CONFIG
Add a block to the handlers section of your config as follows.
"SMIME" : {
"hide_none" : 0, | Hide auth line if the result is 'none'
"pki_store" : "/etc/ssl/certs" | The location of your trusted root certs
},
AUTHOR
Marc Bradshaw <marc@marcbradshaw.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 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.