• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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