Hello I installed avast core security into a mail server with ubuntu 16.04. I integrated with amavis does everything but does not block the virus …
Contact the reseller for support.
thanks for the reply …
I installed the program with a trial license
work updates but does not block emails with virus
According to the description in the avast store you need to use the command line tool and “integrate” into amavis.
I followed these instructions
- Integrating avast antivirus
Open the AMaViS configuration file (e.g. /etc/amavis/conf.d/50-user)
and insert the following lines into the file:
@av_scanners = (
http://www.avast.com
[‘Avast’, ‘/bin/scan’, ‘{}’, [0], [1], qr/\t(.+)/m]
);
2. Enabling virus scanning
Then open the AMaViS content filter configuration file (e.g.
/etc/amavis/conf.d/15-content_filter_mode) and enable antivirus checking
mode by uncommenting the ’bypass virus checks’ lines.
Sep 17 20:32:51 server amavis[7149]: Found primary av scanner Avast at /bin/scan
I’m don’t know about avast and linux, but that looks good to me.
What makes you believe infected mails are not detected ?
Have you tested it with the eicar test file attached to a mail or the string from it included in the mail text ?
I’ve taken the test and it works
Sounds to me everything is working as it should then.
the problem is that the mail client received the email with the avast virus blocks them. While avast internet security detects them in the client
Today I installed avast on another server with Linux Ubuntu 14.04.2 block many emails with viruses not all there are problems with the 16.04 version of Ubuntu?
Avast should work on Ubuntu 16.04. Does the “scan” utility detect some local virus sample, e.g. EICAR? If it does, then your AMAVIS integration does not work.
the sample virus eicar is blocked by amavis