Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 May 2005 09:56:27 +0000 (UTC)
From:      Jean-Yves Lefort <jylefort@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/mail Makefile ports/mail/assp Makefile distinfo pkg-descr pkg-plist ports/mail/assp/files assp.8.in assp.sh.in assplog.8.in patch-assp.pl patch-stats.sh periodic-assp.sh.in pkg-install.in
Message-ID:  <200505280956.j4S9uRBG080527@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jylefort    2005-05-28 09:56:27 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/assp            Makefile distinfo pkg-descr pkg-plist 
    mail/assp/files      assp.8.in assp.sh.in assplog.8.in 
                         patch-assp.pl patch-stats.sh 
                         periodic-assp.sh.in pkg-install.in 
  Log:
  Add assp.
  
  Anti-Spam SMTP Proxy is a spam filter that sits on port 25 in front of your
  regular SMTP server (sendmail, postfix, qmail, etc).
  
  ASSP performs a number of configurable spam checks, and on detecting a spam
  message, provides an immediate 5xx SMTP error code back to the client.
  Non-spam messages are passed to your regular SMTP server for further
  processing and delivery.
  
  ASSP offers:
          - a whitelist of known good senders
          - Bayesian checks on message headers and contents
          - recipient address validation using LDAP and RFC822 conformance
          - relay denial
          - HELO checking
          - SPF (Sender Policy Framework) checking
          - DNSBL (DNS Block List) checking using many DNSBL services
          - Virus detection
  
  ASSP is a single script with a web-based configuration tool.
  
  WWW: http://assp.sourceforge.net/
  
  PR:             ports/81570
  Submitted by:   J.R. Oldroyd <fbsd@opal.com>
  
  Revision  Changes    Path
  1.656     +1 -0      ports/mail/Makefile
  1.1       +100 -0    ports/mail/assp/Makefile (new)
  1.1       +2 -0      ports/mail/assp/distinfo (new)
  1.1       +277 -0    ports/mail/assp/files/assp.8.in (new)
  1.1       +23 -0     ports/mail/assp/files/assp.sh.in (new)
  1.1       +103 -0    ports/mail/assp/files/assplog.8.in (new)
  1.1       +39 -0     ports/mail/assp/files/patch-assp.pl (new)
  1.1       +176 -0    ports/mail/assp/files/patch-stats.sh (new)
  1.1       +31 -0     ports/mail/assp/files/periodic-assp.sh.in (new)
  1.1       +6 -0      ports/mail/assp/files/pkg-install.in (new)
  1.1       +21 -0     ports/mail/assp/pkg-descr (new)
  1.1       +25 -0     ports/mail/assp/pkg-plist (new)



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