diff options
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. |