cvs commit: ports/mail Makefile ports/mail/antivirus-milter Makefile distinfo pkg-descr pkg-plistantivirus.conf patch-Makefile

Dirk Meyer dinoex at FreeBSD.org
Mon Jan 5 09:51:20 PST 2004


dinoex      2004/01/05 09:51:18 PST

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/antivirus-milter Makefile distinfo pkg-descr pkg-plist 
    mail/antivirus-milter/files antivirus-milter.sh antivirus.conf 
                                patch-Makefile 
  Log:
  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/
  
  Revision  Changes    Path
  1.474     +1 -0      ports/mail/Makefile
  1.1       +71 -0     ports/mail/antivirus-milter/Makefile (new)
  1.1       +1 -0      ports/mail/antivirus-milter/distinfo (new)
  1.1       +28 -0     ports/mail/antivirus-milter/files/antivirus-milter.sh (new)
  1.1       +11 -0     ports/mail/antivirus-milter/files/antivirus.conf (new)
  1.1       +21 -0     ports/mail/antivirus-milter/files/patch-Makefile (new)
  1.1       +20 -0     ports/mail/antivirus-milter/pkg-descr (new)
  1.1       +5 -0      ports/mail/antivirus-milter/pkg-plist (new)


More information about the cvs-all mailing list