aboutsummaryrefslogtreecommitdiff
path: root/mail/antivirus-milter
Commit message (Collapse)AuthorAgeFilesLines
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - add sample for clamavDirk Meyer2010-06-113-1/+16
| | | | Notes: svn path=/head/; revision=256346
* LICENSE BSDDirk Meyer2010-06-041-0/+2
| | | | Notes: svn path=/head/; revision=255721
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-7/+3
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - use RC_SUBRDirk Meyer2009-01-164-34/+55
| | | | Notes: svn path=/head/; revision=226286
* - add LICENSE:Dirk Meyer2009-01-161-0/+1
| | | | Notes: svn path=/head/; revision=226285
* - use milter frameworkDirk Meyer2007-01-131-31/+8
| | | | Notes: svn path=/head/; revision=182276
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - add SHA checksumDirk Meyer2005-11-131-0/+1
| | | | Notes: svn path=/head/; revision=148088
* - fix CONF_AVFAILACTION for all scannersDirk Meyer2005-07-072-5/+17
| | | | Notes: svn path=/head/; revision=138637
* - MASTER_SITE downDirk Meyer2005-05-282-3/+2
| | | | Notes: svn path=/head/; revision=136314
* - update MASTER_SITESDirk Meyer2005-02-211-1/+1
| | | | Notes: svn path=/head/; revision=129449
* - honor LDFLAGSDirk Meyer2004-12-201-1/+2
| | | | Notes: svn path=/head/; revision=124588
* - rename optionDirk Meyer2004-12-171-3/+3
| | | | | | | SENDMAIL_PORT -> SENDMAIL_MILTER_PORT Notes: svn path=/head/; revision=124245
* - register depedency for SENDMAIL_WITH_SHARED_MILTERDirk Meyer2004-12-161-0/+4
| | | | Notes: svn path=/head/; revision=124228
* - ignore error state from clamdscan.Dirk Meyer2004-11-172-8/+22
| | | | Notes: svn path=/head/; revision=121796
* - add date of BSD LicenseDirk Meyer2004-11-171-1/+1
| | | | Notes: svn path=/head/; revision=121795
* - new option SENDMAIL_PORTDirk Meyer2004-07-191-1/+2
| | | | Notes: svn path=/head/; revision=113930
* - add support for clamav/clamdscanDirk Meyer2004-03-052-2/+76
| | | | Notes: svn path=/head/; revision=103049
* - add SIZEDirk Meyer2004-02-261-0/+1
| | | | Notes: svn path=/head/; revision=102162
* Sendmail milter wich uses Mcafee Virus ScanDirk Meyer2004-01-057-0/+157
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: svn path=/head/; revision=97383