MailScanner Installation Guide — Perl ClamAV Module
- Download and install ClamAV from www.clamav.net as usual.
- The default locations are under /usr/local/{bin,man,share}.
- Do the following:
perl -MCPAN -e shell
install
Parse::RecDescent
install Inline
install Mail::ClamAV
- In MailScanner.conf, set 'Virus Scanners = clamavmodule'.
- In MailScanner.conf, check the setting of 'Monitors for ClamAV
Updates' to ensure it matches the location of your ClamAV virus database
files.
Julian Field