diff options
author | martti <martti@pkgsrc.org> | 2002-08-23 11:47:48 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-08-23 11:47:48 +0000 |
commit | 76bc8a0610f610c8bc9cc120fd20ae0a4589a6d0 (patch) | |
tree | 768bb2a0fa20af84847778950ff2bb75c710ed42 /security/avcheck/DESCR | |
parent | 73cd06957e40a06ce2deaf4340ebb3a55388c866 (diff) | |
download | pkgsrc-76bc8a0610f610c8bc9cc120fd20ae0a4589a6d0.tar.gz |
Import avcheck-0.9
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.
Diffstat (limited to 'security/avcheck/DESCR')
-rw-r--r-- | security/avcheck/DESCR | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/avcheck/DESCR b/security/avcheck/DESCR new file mode 100644 index 00000000000..f273f0de409 --- /dev/null +++ b/security/avcheck/DESCR @@ -0,0 +1,14 @@ +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. |