aboutsummaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-01-05 17:51:18 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-01-05 17:51:18 +0000
commit66a65607eb7d7b3c9c8de3ae8f39e02bf59cca6d (patch)
tree35cbea76c34f450e34b2ec071fb86519f9b9021f /mail/Makefile
parentdb1ff16bca259e551c8526d87a7d517058845671 (diff)
downloadports-66a65607eb7d7b3c9c8de3ae8f39e02bf59cca6d.tar.gz
ports-66a65607eb7d7b3c9c8de3ae8f39e02bf59cca6d.zip
Sendmail milter wich uses Mcafee Virus Scan
The milter recives messages from sendmail, and saves them as a file in a directory. The directory name and the file name are the "$i" (queue identifier) from Sendmail, making it easier to identify them. Once the entire message has been received, the milter runs "ripmime" on the file to extract any attachments. If rupmime returns without an error then it will run "uvscan" on the diretory to scan all the files in it. If uvscan returns an error, then the milter will look for viruses output from uvscan, and reject the message reporting which viruses were found. If viruses were found then the entire directory is moved to quarantine, otherwise it is deleted. The milter also does extention checks. Certain extentions are blocked completely. In specific, extenions of .scr, .vbs, .pif, and .com are blocked. Author gave permission to distribute it with BSD-License. WWW: http://www.nmt.edu/~wcolburn/antivirus/
Notes
Notes: svn path=/head/; revision=97383
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index d04fa416c654..bcead3bf20cc 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -10,6 +10,7 @@
SUBDIR += althea
SUBDIR += annoyance-filter
SUBDIR += anomy-sanitizer
+ SUBDIR += antivirus-milter
SUBDIR += anubis
SUBDIR += archivemail
SUBDIR += arrow