• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question ClamAV installation on CentOS 7.5 with Plesk 17.8 - step by step

Oli_mt

New Pleskian
Hy all,

I'm searching all the web, but nothing works.

Is here someone, who can explain me the installation of ClamAV under Plesk Onyx 17 / 17.8 on CentOS 7.5,
step-by-step,
please?!


Thanks a lot !!!
Oliver
 
Hi,

Haven't tested, but this should work:

Install ClamAV
yum install -y clamav
If install fails, you may need to install the EPEL repo:

Install EPEL repo
yum install -y epel-release

Configuration
See /etc/clamav/…

Set SELinux to allow access for ClamAV:
setsebool -P antivirus_can_scan_system 1
setsebool -P clamd_use_jit 1

Verify with:

getsebool -a | grep antivirus
 
This does install ClamAV on your CentOS server, but it doesn't provide mail server integration. At this point, ClamAV will be installed but it won't check incoming or outgoing mail (assuming that's what you're after).
 
Back
Top