Comments on How To Integrate ClamAV Into PureFTPd For Virus Scanning On OpenSUSE 11.3

How To Integrate ClamAV Into PureFTPd For Virus Scanning On OpenSUSE 11.3 This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on an OpenSUSE 11.3 system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By:

Follow the steps up till the boot.local command. Instead use the following two lines.

ln -s /etc/pure-ftpd/clamav_check.sh /etc/init.d/pure-ftp_clamav_check
update-rc.d pure-ftp_clamav_check defaults

 After restart the service as described above.

By: Anonymous

http://seclists.org/fulldisclosure/2011/Mar/202