Re: How to integrate a new (ICAP) AV scanner into amavis?
Alessandro De Zorzi <[email protected]>
| Newsgroups | gmane.mail.virus.amavis.user |
|---|---|
| Message-ID | <[email protected]> |
On 19/06/20 13:15, [email protected] 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