Auteur: Christoph Moench-Tegeder Date: À: Giolla Decair CC: Tom Kistner, exim-users Sujet: Re: [Exim] Re: exiscan and aveserver (kaspersky 5)
## Giolla Decair (giolla@???):
> Though you can spcify a wild card, I currently use a little shell
> script as follows:
> #!/bin/sh
> KAV=/usr/local/share/kav/bin/aveclient
> SOCKET=/var/run/aveserver
> $KAV -p $SOCKET -s $1/* | grep 'INFECTED ' | sed 's/D /D: /;s/^L//'
> which is fine for a low volume site like mine, I then specify:
> av_scanner = cmdline:/usr/local/share/kav/bin/kavexim.sh %s: INFECTED:
> ::(.+)$
Avoiding wildcards, you could use /opt/AVP/bin/wrapper as follows: