--On Thursday, September 25, 2003 09:39:12 +0200 Armand Passelac <[EMAIL PROTECTED]> wrote:

[---- On Wed, 24 Sep, 2003 at 15:58, [EMAIL PROTECTED] wrote: ----]
What do you think of Clam so far?
I'm interested in checking something out

It's a good and free product. It seems to work well.

But it's only a detect program. On the contrary some of other programs
like sophos,trend micro, ... allow you to clean/put in quarantine/notify/

If your MTA is Exim, with the ExiScan-ACL patches (installed by default by the FreeBSD port); then the ACL statement that passes the message to clamav can choose to quarantine/notify/etc. You can even choose to return an error condition to the sending MTA but really keep/deliver/quarantine a copy of the message. (One of the nice things about Exim and ExiScan-ACL is that you can run the filters, and various other built-in tests, and reject the message while the SMTP session is still open. So you don't wind up queuing bounces to forged from addresses.)

I'm not sure whether it can be set to just remove/replace the
offending attachment.  (I just reject any message that clamav
says has a virus.  But since I also use the ExiScan-ACL code
to reject any message with a dangerous attachment(*); very few
viri manage to make it to the clamav check.)

(*) In this case dangerous is defined as having one of the file
extensions that Microsoft has identified as 'dangerous' and
recommends blocking: scr, vbs, bat, lnk, pif, adt, adp, bas, chm,
cmd, com, cpl, crt, exe, hlp, hta, inf, ins, isp, js, jse, mdb,
mde, msc, msi, msp, mst, pcd, reg, sct, shs, shb, url, vb, vbe,
wsc, wsf, wsh



-Pat
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to