[Avcheck] CSAV and Avcheck

Michael Tokarev mjt@tls.msk.ru
Tue, 04 Dec 2001 00:16:51 +0300


Fabricio Bianco Abreu wrote:
> 
> I would like to use the Command Software Antivirus for Linux Servers (csav)
> (see the product at www.commandcom.com) scanner with Avcheck on a Postfix
> mta.

Avcheck currently have no support for this antivirus software.  You're
the first who said about it here.

Avcheck can be made to work with any virusscanner that:

 o runs as a daemon and listens for local virus check requests
 o have known (documented) protocol between a daemon and a client
 o able to handle (decode) MIME mail message structure

I looked into the site you mentioned above but I dislike to register
just to look what features them offers.  If you can answer positively
for the above 3 points then I can implement CSAV support in avcheck.

> Would anyone please point me a howto that describes how to make it work?

There is no such HOWTO exists.

> CSAV is installed by a rpm command (very easy).
> 
> AFAIK the following directive is a goot policy to make Postfix use it:
> content_filter = avcheck
> soft_bouce = yes
> on postfix´s main.cf
> 
> and, on master.cf use:
> localhost:1025 inet n - n - - smtpd -o content_filter=
> 
> but I do not know how to set the "avcheck" transport on master.cf !!

No way currently -- avcheck in it's current state is not able to talk
with CSAV.

Regards,
 Michael.