ASSP With Embedded ClamAV Integrated Into Postfix With Virtual Users And Domains - Page 3

8 Install ClamAV Perl Module

The installation of the ClamAV perl module is a bit tricky because the old version of this module. The following perl-test will fail with many errors but is necessary to download the module.

Note: When you are asked if you want to configure perl manually, choose no ? the configuration will be done automatically.

perl -MCPAN -e shell
test File::Scan::ClamAV
look File::Scan::ClamAV
vi clamav.conf

Change:

LocalSocket /root/.cpan/build/File-Scan-ClamAV-1.8/clamsock
Foreground
MaxThreads 1
ScanArchive
ArchiveMaxFileSize 1M
ArchiveMaxRecursion 1
ArchiveMaxFiles 2
	

To:

LocalSocket /root/.cpan/build/File-Scan-ClamAV-1.8/clamsock
Foreground true
MaxThreads 1
ScanArchive true
ArchiveMaxFileSize 1M
ArchiveMaxRecursion 1
ArchiveMaxFiles 2
	

Afterwards install the module:

make install
exit
quit

 

9 Integrate ClamAV Into ASSP

After the installation of ClamAV and the related perl module, ClamAV is accessible for ASSP. Switch back to the ASSP web-interface and open the tab Attachments & Viruses. Add /var/run/clamav/clamd.ctl to Port or file socket for ClamAV and apply the changes.

 

10 Integrate ASSP Into Postfix

The easiest part...

vi /etc/postfix/master.cf

Change:

smtp	inet	n	-	-	-	-	smtpd
	

To:

125	inet	n	-	-	-	-	smtpd
	

Restart Postfix and ASSP:

/etc/init.d/postfix restart
/etc/init.d/assp restart

 

Share this page:

0 Comment(s)