How to integrate a new (ICAP) AV scanner into amavis?
Alessandro De Zorzi
lota at nonlontano.it
Sat Jun 20 08:59:23 CEST 2020
On 19/06/20 13:15, Benjamin.Greve at gmx.net wrote:
> So what I do not understand is:
here [1] documentation needed to add a new entry in av_scanner
I integrated two different scanners on my systems, Ikarus seems works in
a like yours, these the lines:
### https://www.ikarussecurity.com/
['IKARUS scan.server',
\&ask_daemon,
["GET /virusscan?filename={}/../email.txt HTTP/1.0\r\n\r\n",
'127.0.0.1:81'],
qr/<status>clean<\/status>/,
qr/<status>infected<\/status>/,
qr/<name>(.+)<\/name>/ ],
HTH
Alessandro - Lota
[1]
https://github.com/aosm/amavisd/blob/master/amavisd/amavisd-new-2.6.6/amavisd.conf-sample#L1859
More information about the amavis-users
mailing list