CVS log for ports/mail/antivirus-milter/Makefile
Up to [FreeBSD] / ports / mail / antivirus-milter
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jun 11 07:29:11 2010 UTC (20 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -1 lines
- add sample for clamav
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jun 4 14:08:24 2010 UTC (20 months, 1 week ago) by dinoex
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -0 lines
LICENSE BSD
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jan 16 19:54:12 2009 UTC (3 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -5 lines
- use RC_SUBR
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jan 13 04:16:23 2007 UTC (5 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +8 -31 lines
- use milter framework
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed May 10 22:36:46 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +0 -1 lines
Remove USE_REINPLACE from ports starting with M
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jul 7 03:58:51 2005 UTC (6 years, 7 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
- fix CONF_AVFAILACTION for all scanners
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat May 28 03:38:08 2005 UTC (6 years, 8 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
- MASTER_SITE down
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Feb 21 08:59:18 2005 UTC (6 years, 11 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
- update MASTER_SITES
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Dec 20 13:01:12 2004 UTC (7 years, 1 month ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
- honor LDFLAGS
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Dec 17 04:38:33 2004 UTC (7 years, 1 month ago) by dinoex
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
- rename option SENDMAIL_PORT -> SENDMAIL_MILTER_PORT
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Dec 16 21:07:38 2004 UTC (7 years, 1 month ago) by dinoex
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -0 lines
- register depedency for SENDMAIL_WITH_SHARED_MILTER
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Nov 17 06:33:57 2004 UTC (7 years, 2 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
- ignore error state from clamdscan.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 19 04:45:32 2004 UTC (7 years, 6 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
- new option SENDMAIL_PORT
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Mar 5 21:36:12 2004 UTC (7 years, 11 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2 lines
- add support for clamav/clamdscan
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jan 5 17:51:18 2004 UTC (8 years, 1 month ago) by dinoex
Branches: MAIN
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/
