aboutsummaryrefslogtreecommitdiff
path: root/mail/antivirus-milter
Commit message (Collapse)AuthorAgeFilesLines
* - 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