• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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