cvs commit: ports/mail Makefile ports/mail/mailscanner Makefile distinfo pkg-descr pkg-message pkg-plist ports/mail/mailscanner/files patch-Makefile patch-bin:MailScanner patch-docs:README.FreeBSD.port ...

Foxfair Hu foxfair at FreeBSD.org
Tue Jun 17 20:11:15 PDT 2003


foxfair     2003/06/17 20:11:13 PDT

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/mailscanner     Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
    mail/mailscanner/files patch-Makefile patch-bin:MailScanner 
                           patch-bin:mailscanner.sh 
                           patch-bin:mta.sh 
                           patch-docs:README.FreeBSD.port 
                           patch-docs:man:MailScanner.8 
                           patch-docs:man:MailScanner.8.html 
                           patch-docs:man:MailScanner.conf.5 
                           patch-docs:man:MailScanner.conf.5.html 
                           patch-etc:MailScanner.conf 
                           patch-etc:virus.scanners.conf 
                           patch-lib:MailScanner:ConfigDefs.pl 
                           patch-lib:MailScanner:SystemDefs.pm 
  Log:
  PR:             53251
  Submitted by:   Jan-Peter Koopmann <j.koopmann at seceidos.de>
  
  Add mailscanner 4.21.9, a powerful virus/spam scanning framework
  for Sendmail and Exim.
  
  MailScanner is a complete e-mail security system designed for use on
  e-mail gateways. It protects against viruses, and detects attacks against
  e-mail client packages (such as Outlook, Outlook Express, Eudora). It can
  also detect almost all unsolicited commercial e-mail (spam) passing through
  it and respond to all incidents in a wide variety of ways.
  
  Not only can it scan for known viruses, but it can also protect against
  unknown viruses hidden inside e-mail attachments by refusing entry to
  attachments whose  filenames match any given pattern. This can include generic
  patterns that trap filenames attempting to hide the true filename extension
  (e.g. ".txt.vbs").
  
  Revision  Changes    Path
  1.398     +1 -0      ports/mail/Makefile
  1.1       +78 -0     ports/mail/mailscanner/Makefile (new)
  1.1       +1 -0      ports/mail/mailscanner/distinfo (new)
  1.1       +153 -0    ports/mail/mailscanner/files/patch-Makefile (new)
  1.1       +17 -0     ports/mail/mailscanner/files/patch-bin:MailScanner (new)
  1.1       +58 -0     ports/mail/mailscanner/files/patch-bin:mailscanner.sh (new)
  1.1       +115 -0    ports/mail/mailscanner/files/patch-bin:mta.sh (new)
  1.1       +51 -0     ports/mail/mailscanner/files/patch-docs:README.FreeBSD.port (new)
  1.1       +8 -0      ports/mail/mailscanner/files/patch-docs:man:MailScanner.8 (new)
  1.1       +9 -0      ports/mail/mailscanner/files/patch-docs:man:MailScanner.8.html (new)
  1.1       +106 -0    ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5 (new)
  1.1       +171 -0    ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5.html (new)
  1.1       +177 -0    ports/mail/mailscanner/files/patch-etc:MailScanner.conf (new)
  1.1       +43 -0     ports/mail/mailscanner/files/patch-etc:virus.scanners.conf (new)
  1.1       +72 -0     ports/mail/mailscanner/files/patch-lib:MailScanner:ConfigDefs.pl (new)
  1.1       +10 -0     ports/mail/mailscanner/files/patch-lib:MailScanner:SystemDefs.pm (new)
  1.1       +23 -0     ports/mail/mailscanner/pkg-descr (new)
  1.1       +24 -0     ports/mail/mailscanner/pkg-message (new)
  1.1       +400 -0    ports/mail/mailscanner/pkg-plist (new)


More information about the cvs-all mailing list