[SOLVED] Eset scan not working.

Questions and answers about how to do stuff
Post Reply
vind
Posts: 3
Joined: 16 Apr 2020 07:05

[SOLVED] Eset scan not working.

Post by vind »

Hello,

I'm just testing efa 4 before migrating our V3 server.
Everything works great but I got something strange with Eset.

We got an Eset File Security license and I've installed it on efa server (using EFS V4 as V7 is totaly different).

When I do a "MailScanner --lint" on shell here's what I got :

Code: Select all

===========================================================================
Virus Scanner test reports:
Clamd said "eicar.com was infected: {HEX}EICAR.TEST.3.UNOFFICIAL"
Sophos said ">>> Virus 'EICAR-AV-Test' found in file /var/spool/MailScanner/incoming/22138/1/eicar.com"
Esets said "found Eicar test file in eicar.com"
Nice, but I've read that there some "sudo issues" and as I ran command line in root I tried the following :
" sudo -u postfix Mailscanner --lint"

Code: Select all

===========================================================================
Virus Scanner test reports:
Sophos said ">>> Virus 'EICAR-AV-Test' found in file /var/spool/MailScanner/incoming/22654/1/eicar.com"
Esets said "found Eicar test file in eicar.com"

If any of your virus scanners (sophos,esets)

And when I launch it with web interface :

Code: Select all

=========================================================================== 	
Virus Scanner test reports: 	
Clamd said "eicar.com was infected: {HEX}EICAR.TEST.3.UNOFFICIAL" 	
Sophos said ">>> Virus 'EICAR-AV-Test' found in file /var/spool/MailScanner/incoming/10829/1/eicar.com" 	
If any of your virus scanners (sophos,esets,clamd)
I'm a little disapointed, does my 3 Antivirus are used for scanning ?

br,
Vind
Last edited by vind on 23 Apr 2020 13:52, edited 1 time in total.
vind
Posts: 3
Joined: 16 Apr 2020 07:05

Re: Eset scan.

Post by vind »

I finally managed to solve my issu so if anybody got the same :

selinux was blocking efa from using eset antivirus, I tried to make rules in order to let it works but it seems that eset is not compatible with selinux.

So the only way to make it works was to disable slinux.
smyers119
Posts: 108
Joined: 29 Nov 2019 11:36

Re: Eset scan.

Post by smyers119 »

vind wrote: 23 Apr 2020 13:52 I finally managed to solve my issu so if anybody got the same :

selinux was blocking efa from using eset antivirus, I tried to make rules in order to let it works but it seems that eset is not compatible with selinux.

So the only way to make it works was to disable slinux.
Not sure i agree with your solution. Did you do a audit2allow?
vind
Posts: 3
Joined: 16 Apr 2020 07:05

Re: [SOLVED] Eset scan not working.

Post by vind »

Yes of course I tried, but I was unable to make it works.

After some seaches I found this -> https://support.eset.com/en/kb880-is-es ... grsecurity
Post Reply