NAME

Mail::Milter::Authentication::Handler::ClamAV - Clam AV Scanner for Authentication Milter

VERSION

version 2.20180611

DESCRIPTION

Virus check email for using clamav.

CONFIGURATION

"ClamAV" : {
"hard_reject" : "1",
"ca_name" : "/var/run/clamav/clamd.ctl",
"ca_host" : "127.0.0.1",
"ca_port" : "3310"
},

CONFIG

Add a block to the handlers section of your config as follows.

"ClamAV" : {
"hard_reject" : "1",
"ca_name" : "/var/run/clamav/clamd.ctl",
"ca_host" : "127.0.0.1",
"ca_port" : "3310"
},

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.