Virus Scan Time
Posted: 16 Jan 2019 07:58
After a lot o work I find useful 3 antiviruses for linux :
1) Clamd that is included
2) Sophos that is free
3) Esets, that costs 100$ year
Each of these AV is useful to find viruses and have a good detection rate
Clamd uses the daemon to scan and libraies are not loaded for each scan so scanning of a file is cpu unexpensive
Sophos and Esets not so, they loads library each time and spend 7 secs (sophos) and 4 secs (esets)
To save cpu in My MailScanner.conf i put a line like this :
#Virus Scanning = yes
Virus Scanning = %rules-dir%/scan.messages.virus.rules
# Avoid virus scan from internal network save a lot of cpu
And this is the content :
From: 10. no
From: 192.168. no
FromOrTo: default yes
In this way i save scanning on my submitted mails going to uotside and i spent only in incoming
But I suppose that sophos and esets scan all incoming messages and not only messages that have attachments
Is possible to say MailScanner to scan only messages that have attachments ?
1) Clamd that is included
2) Sophos that is free
3) Esets, that costs 100$ year
Each of these AV is useful to find viruses and have a good detection rate
Clamd uses the daemon to scan and libraies are not loaded for each scan so scanning of a file is cpu unexpensive
Sophos and Esets not so, they loads library each time and spend 7 secs (sophos) and 4 secs (esets)
To save cpu in My MailScanner.conf i put a line like this :
#Virus Scanning = yes
Virus Scanning = %rules-dir%/scan.messages.virus.rules
# Avoid virus scan from internal network save a lot of cpu
And this is the content :
From: 10. no
From: 192.168. no
FromOrTo: default yes
In this way i save scanning on my submitted mails going to uotside and i spent only in incoming
But I suppose that sophos and esets scan all incoming messages and not only messages that have attachments
Is possible to say MailScanner to scan only messages that have attachments ?