Page 1 of 1

clamav problems

Posted: Thu Apr 07, 2022 11:43 am
by cyadron
I have several servers running myVesta. Clamav is installed and running on all of them.
However, I keep receiving spam e-mails in inbox with viruses in attachments(.gz .xlsx, .cab).
I expected these e-mails to be blocked or moved to spam folder when Clamav scans them.

The second problem is that webpages in myVesta cp for clamav config are not present (clamav-daemon, clamav-freshclam).
Can you please also add these pages.

And thank you very much for all the hard work that you do with myVesta.

Re: clamav problems

Posted: Fri Apr 29, 2022 7:21 am
by cyadron
@myvesta can you please check these issues?
Thank you.

Re: clamav problems

Posted: Sat Jun 24, 2023 8:44 am
by cyadron
Still waiting for an update to this issue.
Can you please help me out?

Re: clamav problems

Posted: Wed Jan 10, 2024 8:47 pm
by cyadron
Happy new year!

I am confident that this year I will get a response.

Re: clamav problems

Posted: Thu Jan 11, 2024 12:35 pm
by myVesta
cyadron wrote: Thu Apr 07, 2022 11:43 am I have several servers running myVesta. Clamav is installed and running on all of them.
However, I keep receiving spam e-mails in inbox with viruses in attachments(.gz .xlsx, .cab).
You can block those extensions in /etc/exim4/exim4.conf.template

https://github.com/myvesta/vesta/blob/m ... plate#L229

Code: Select all

         condition      = ${if match {${lc:$mime_filename}}{\N(\.ade|\.adp|\.bat|\.chm|\.cmd|\.com|\.cpl|\.exe|\.hta|\.ins|\.isp|\.jse|\.lib|\.lnk|\.mde|\.msc|\.msp|\.mst|\.pif|\.scr|\.sct|\.shb|\.sys|\.vb|\.vbe|\.vbs|\.vxd|\.wsc|\.wsf|\.wsh|\.jar)$\N}{1}{0}}
Restart exim4 after config modification.