Author Topic: Clamav / AL 9  (Read 237 times)

0 Members and 1 Guest are viewing this topic.

Offline
***
Clamav / AL 9
« on: January 14, 2025, 08:16:20 AM »
Hi,

I have an Alma Linux 9 server, how can I check if Clamav is installed, because here:

https://prnt.sc/jkK3x_r8j-fg

Are there any special features for its settings, such as scanning constantly?

Thanks in advance!

BR
Venty

Offline
***
Re: Clamav / AL 9
« Reply #1 on: January 14, 2025, 01:16:34 PM »
Hi,

In shell (command prompt) of your server run the following commands as root:
Code: [Select]
rpm -qa | grep clam
ps auxc | grep clam

The first command will show you if any binary packages associated with ClamAV are installed. You should see a few packages.

The second command shows if any clamav process is running currently. You should see "clamd" if clamav is running as daemon.

Offline
***
Re: Clamav / AL 9
« Reply #2 on: January 14, 2025, 02:07:08 PM »
Hi,

In shell (command prompt) of your server run the following commands as root:
Code: [Select]
rpm -qa | grep clam
ps auxc | grep clam

The first command will show you if any binary packages associated with ClamAV are installed. You should see a few packages.

The second command shows if any clamav process is running currently. You should see "clamd" if clamav is running as daemon.

Hi,

from the first command it returned me that I have several packages installed...

and from the second it returned me only:amavis..... ? Ssl 09:19 3:09 clamd

BR
Venty

Offline
***
Re: Clamav / AL 9
« Reply #3 on: January 14, 2025, 04:02:24 PM »
It means clamav is installed and mail system uses it to check emails for viruses/trojans.

Offline
*****
Re: Clamav / AL 9
« Reply #4 on: January 14, 2025, 06:42:00 PM »
I posted a guide for AL 9 on this thread:
https://forum.centos-webpanel.com/apache/issues-with-brand-new-fresh-install-with-almalinux-9-4/

ClamAV needs to be installed BEFORE CWP to work correctly.

Then after you install CWP install spamassassin amavis.