Integrating ClamAV with Plesk/Qmail

Here are the steps for integrating ClamAV with Plesk/Qmail:

* Stop all Plesk services and remove the drweb rpms

service psa stopall
rpm –e drweb drweb-qmail --nodeps --force

* Add the Atomic Rocket Turtle archive to the rhn sources

rpm --import http://www.atomicrocketturtle.com/RPM-GPG-KEY.art.txt

edit /etc/sysconfig/rhn/sources to include:
RHEL3:
yum art http://3es.atomicrocketturtle.com/atomic/art/3ES/

RHEL4:
yum art http://3es.atomicrocketturtle.com/atomic/art/4ES/

* install qmail-scanner and clamd
up2date clamd qmail-scanner
service clamd start
chkconfig clamd on
chown –R qmailq:qmail /var/run/clamav
chown –R qmailq:qmail /var/clamav

* remove the ART entry from /etc/sysconfig/rhn/sources

Submitted by jkelly on Sat, 2006-09-30 22:48. categories [ | | ] login or register to post comments