cvs commit: ports/mail Makefile ports/mail/spamilter Makefile distinfo pkg-descr ports/mail/spamilter/files patch-Makefile.tmpl spamilter.sh

Dirk Meyer dinoex at FreeBSD.org
Fri Jun 11 05:54:56 GMT 2004


dinoex      2004-06-11 05:54:38 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/spamilter       Makefile distinfo pkg-descr 
    mail/spamilter/files patch-Makefile.tmpl spamilter.sh 
  Log:
  Spamilter is a Sendmail milter written entierly in C, and therefore
  is faster and less cpu intensive than other interperative based solutions.
  
  It blocks spam using the following methods;
  
      * Configurable Realtime DNS Blacklists
      * Sender Address verification
      * Configurable Black and White lists
      * Invalid MTA hostname verfication
      * Basic Virus/Worm file attachment rejection for files ending
        in .pif, .scr, etc.. via MsExtChk filter
      * SPF via libspf
  
  Also;
  
      * Realtime firewall blocking of MTA hosts with invalid host names via
        MtaHostIpfw filter
      * Realtime rate limited connection blocking via firewall rule injection
  
  All actions are logged via syslog with both the sender and the recipient.
  From this, report generation and notification to recipients showing
   activity becomes extremely simple.
  
  WWW: http://www.wanlink.com/spamilter/index.php
  
  Revision  Changes    Path
  1.533     +1 -0      ports/mail/Makefile
  1.1       +100 -0    ports/mail/spamilter/Makefile (new)
  1.1       +2 -0      ports/mail/spamilter/distinfo (new)
  1.1       +37 -0     ports/mail/spamilter/files/patch-Makefile.tmpl (new)
  1.1       +36 -0     ports/mail/spamilter/files/spamilter.sh (new)
  1.1       +24 -0     ports/mail/spamilter/pkg-descr (new)


!DSPAM:40c94924598871703113761!



More information about the cvs-ports mailing list