Commit graph

15 commits

Author SHA1 Message Date
Dirk Meyer
66990815ac - use milter framework 2007-01-13 04:16:24 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Dirk Meyer
ec997a9574 - add SHA checksum 2005-11-13 09:26:50 +00:00
Dirk Meyer
162a416c1a - fix CONF_AVFAILACTION for all scanners 2005-07-07 03:58:51 +00:00
Dirk Meyer
ab8df3ff80 - MASTER_SITE down 2005-05-28 03:38:08 +00:00
Dirk Meyer
c97dbf72b0 - update MASTER_SITES 2005-02-21 08:59:18 +00:00
Dirk Meyer
5b2e09dfd2 - honor LDFLAGS 2004-12-20 13:01:12 +00:00
Dirk Meyer
3b9c035d7d - rename option
SENDMAIL_PORT -> SENDMAIL_MILTER_PORT
2004-12-17 04:38:34 +00:00
Dirk Meyer
72ef392689 - register depedency for SENDMAIL_WITH_SHARED_MILTER 2004-12-16 21:07:39 +00:00
Dirk Meyer
b5392dfa2b - ignore error state from clamdscan. 2004-11-17 06:33:57 +00:00
Dirk Meyer
55b4f45572 - add date of BSD License 2004-11-17 06:31:51 +00:00
Dirk Meyer
3bc36ee9df - new option SENDMAIL_PORT 2004-07-19 04:45:33 +00:00
Dirk Meyer
e966675fa3 - add support for clamav/clamdscan 2004-03-05 21:36:12 +00:00
Dirk Meyer
4857d67313 - add SIZE 2004-02-26 05:56:07 +00:00
Dirk Meyer
66a65607eb 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/
2004-01-05 17:51:18 +00:00