Bug 41922 - New port: A simple antivirus solution for a mail system
Summary: New port: A simple antivirus solution for a mail system
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Oliver Braun
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-23 07:30 UTC by Denis Shaposhnikov
Modified: 2002-08-23 13:41 UTC (History)
0 users

See Also:


Attachments
file.shar (3.48 KB, text/plain)
2002-08-23 07:30 UTC, Denis Shaposhnikov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Shaposhnikov 2002-08-23 07:30:01 UTC
Please, close previous report http://www.freebsd.org/cgi/query-pr.cgi?pr=39469

Avcheck is a simple program that allows you to call an antivirus
software in order to check mail messages for viruses before actual
delivery from within a Mail Transfer Agent, or MTA.

Avcheck itself isn't a virusscanner, nor it is an MTA. It sits between
the MTA and a real antivirus software. Most MTAs available today can
call an external program for every mail message in order to perform
various tasks, including virus scanning and content filtering. Avcheck
can be used as that external program.

Avcheck will receive a mail message from a mail system, pass it to an
antivirus software, and, depending on the presence of a virus in that
message, will either allow the message to be delivered or take
appropriate actions to handle infected mail.

Avcheck does nothing with a mail message contents -- it's task is to
prepare file with a mail message and feed it to an antivirus
progra. It's an antivirus task to decode MIME structure, handle
embedded archives and so on. Many but not all antivirus products today
have this ability.

WWW: http://www.corpit.ru/avcheck/
Comment 1 Oliver Braun freebsd_committer freebsd_triage 2002-08-23 09:55:08 UTC
Responsible Changed
From-To: freebsd-ports->obraun

I'll handle this.
Comment 2 Oliver Braun freebsd_committer freebsd_triage 2002-08-23 13:39:47 UTC
State Changed
From-To: open->closed

Port added with category security and some small changes, thanks! 
Please respect CC and CFLAGS next time.