Oli_mt New Pleskian Aug 25, 2018 #1 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
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
G gbotica Regular Pleskian Aug 25, 2018 #2 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
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
Ales Regular Pleskian Plesk Guru May 24, 2019 #4 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).
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).