Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2004 05:54:38 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/mail Makefile ports/mail/spamilter Makefile distinfo pkg-descr ports/mail/spamilter/files patch-Makefile.tmpl spamilter.sh
Message-ID:  <200406110554.i5B5scp1027652@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406110554.i5B5scp1027652>