MailScanner

From WeWeWeb Wiki
Revision as of 12:07, 27 January 2022 by Willy (talk | contribs) (Created page with "Homepage of MailScanner: http://www.mailscanner.info/ Install the RPM gz from the site. Uncompress it and run install.sh It will install the support files and the MailScann...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Homepage of MailScanner: http://www.mailscanner.info/

Install the RPM gz from the site.

Uncompress it and run install.sh

It will install the support files and the MailScanner.

Execute the following commands:

service sendmail stop
chkconfig sendmail off
chkconfig --level 2345 MailScanner on
service MailScanner start

Edit config file /etc/MailScanner/MailScanner.conf

Virus Scanners = clamav

To investigate MailScanner cannot start

 fw-omma:~# MailScanner --lint --debug

To intall missing perl package=

 perl -MCPAN -eshell
 install Filesys::Df

Goto Linux