FreshPorts -- The Place For Ports Mon, 8 Sep 2008 2:58 AM BST
Port details
assp 1.3.3.10 mail on this many watch lists=2 search for ports that depend on this port
Anti-Spam SMTP Proxy
Maintained by: fbsd@opal.com search for ports maintained by this maintainer
Port Added: 28 May 2005 13:42:04


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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Run: mail/p5-Email-Valid, net/p5-perl-ldap, dns/p5-Net-DNS, mail/p5-Mail-SPF-Query, mail/p5-Mail-SRS, devel/p5-File-ReadBackwards, archivers/p5-Compress-Zlib, security/p5-File-Scan-ClamAV, dns/p5-Net-DNS, www/p5-libwww, lang/perl5.8

To install the port: cd /usr/ports/mail/assp/ && make install clean
To add the package: pkg_add -r assp


Configuration Options
===> The following configuration options are available for assp-1.3.3.10:
     EMVALID=on (default) "RFC822 recipient address validator"
     LDAP=on (default) "LDAP validation of recipient addresses"
     SPF=on (default) "SPF validation of client IP"
     SRS=on (default) "Sender Rewriting Scheme"
     FBACKW=on (default) "File Reading Backwards"
     ZLIB=on (default) "HTTP Header Compression on Admin Interface"
     CLAMAV=on (default) "ClamAV virus scanner"
     DNSBL=on (default) "DNS block list checking"
     MYSQL=off (default) "Use MySQL db to store white/red/delaylists"
     SIMPLE=on (default) "Use procedural Web Page interfaces"
===> Use 'make config' to modify these settings

Master Sites:
http://nchc.dl.sourceforge.net/sourceforge/assp/
http://kent.dl.sourceforge.net/sourceforge/assp/
http://easynews.dl.sourceforge.net/sourceforge/assp/
http://ufpr.dl.sourceforge.net/sourceforge/assp/
http://umn.dl.sourceforge.net/sourceforge/assp/
http://heanet.dl.sourceforge.net/sourceforge/assp/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-08-16
    Affects: users of mail/assp
    Author: J.R. Oldroyd <fbsd@opal.com>
    Reason: 
      The periodic(8) script no longer outputs to files in the assp dir.
      You should remove /var/db/assp/nightly.log and nightly.log.old by
      hand once you are done with them. The information that was stored
      there will now come in your nightly system email.
    
    

  • 2006-12-01
    Affects: users of mail/assp
    Author: fbsd@opal.com
    Reason: 
      This version of ASSP switches virus detection support from
      Mail::ClamAV to File::Scan::ClamAV which uses the external clamd
      daemon from the security/clamav port. You will need to ensure
      clamd is configured and running if you wish to use ASSP's CLAMAV
      option. The default means for ASSP to communicate with clamd
      has been set to match clamd's UNIX socket: /var/run/clamav/clamd.
      If you use clamd with a TCP socket, you should configure ASSP's
      AvClamdPort option to 3310 or whatever socket you use.
    
    

Number of commits found: 18

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
16 Aug 2008 19:12:15
Original commit files touched by this commit  1.3.3.10
beech search for other commits by this committer
- Update to 1.3.3.10

PR:             ports/126363
Submitted by:   J.R. Oldroyd <fbsd@opal.com> (maintainer)
02 Jan 2008 22:12:07
Original commit files touched by this commit  1.3.3.8_1
beech search for other commits by this committer
- Add missing port dependency
- Bump portrevision

PR:             ports/119142
Submitted by:   J.R. Oldroyd <fbsd@opal.com>
Approved by:    linimon (mentor)
14 Dec 2007 00:44:55
Original commit files touched by this commit  1.3.3.8
beech search for other commits by this committer
- Update to 1.3.3.8

PR:             ports/117940
Submitted by:   J.R. Oldroyd <fbsd@opal.com> (maintainer)
Approved by:    linimon (mentor)
12 Oct 2007 01:32:22
Original commit files touched by this commit  1.3.3.1
tabthorpe search for other commits by this committer
- Update to 1.3.3.1

PR:             ports/116867
Submitted by:   J.R. Oldroyd (maintainer)
Approved by:    miwi (co-mentor)
31 Jan 2007 16:45:06
Original commit files touched by this commit  1.2.6
rafan search for other commits by this committer
- Use newly added RC_SUBR_SUFFIX

Approved by:    J.R. Oldroyd <fbsd at opal.com> (maintainer)
21 Dec 2006 19:14:10
Original commit files touched by this commit  1.2.6
miwi search for other commits by this committer
- Update to 1.2.6

PR:             ports/107013
Submitted by:   J.R. Oldroyd <fbsd@opal.com> (maintainer)
11 Dec 2006 08:10:14
Original commit files touched by this commit  1.2.5.2
rafan search for other commits by this committer
- Correct Compress::Zlib path after recent p5-Compress-Zlib update

Pointyhat to:   demon
01 Dec 2006 08:10:20
Original commit files touched by this commit  1.2.5.2
miwi search for other commits by this committer
- Update to 1.2.5.2

PR:             ports/106092
Submitted by:   "J.R. Oldroyd" <fbsd@opal.com> (maintainer)
29 Jul 2006 03:09:43
Original commit files touched by this commit  1.2.3
rafan search for other commits by this committer
- Update to 1.2.3

PR:             ports/100990
Submitted by:   J.R. Oldroyd (maintainer)
18 Jul 2006 04:08:23
Original commit files touched by this commit  1.2.2
rafan search for other commits by this committer
- Update to 1.2.2
- Use new style rc script name (no .sh suffix)
- Add more OPTIONS

PR:             ports/100233
Submitted by:   maintainer
10 May 2006 23:37:39
Original commit files touched by this commit  1.1.1_1
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
20 Feb 2006 20:47:50
Original commit files touched by this commit  1.1.1_1
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
22 Jan 2006 12:50:54
Original commit files touched by this commit  1.1.1_1
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 02:20:05
Original commit files touched by this commit  1.1.1_1
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
09 Dec 2005 09:04:29
Original commit files touched by this commit  1.1.1_1
pav search for other commits by this committer
Minor changes:
- suppressed two messages logged to stdout when ASSP first starts up
- changed nightly 510.assp periodic script to redirect rebuildspamdb.pl
  messages to a file in ASSP dir (nightly.log), thereby suppressing them from
  the nightly email
- added rc.conf variable:
  assp_logexpire="45"
  used by nightly 510.assp periodic script to expire old YY-MM-DD.maillog.txt
  files from ASSP dir
- changed the assp(8) manual page to document the new assp_logexpire
  configuration variable

PR:             ports/90118
Submitted by:   J.R. Oldroyd <fbsd@opal.com> (maintainer)
13 Jul 2005 08:08:15
Original commit files touched by this commit  1.1.1
pav search for other commits by this committer
- Update to 1.1.1

PR:             ports/82789
Submitted by:   J.R. Oldroyd <fbsd@opal.com> (maintainer)
24 Jun 2005 07:24:48
Original commit files touched by this commit  1.1.1.b13
sem search for other commits by this committer
- Update to 1.1.1.b13

PR:             ports/82538
Submitted by:   maintainer
28 May 2005 10:56:27
Original commit files touched by this commit  1.1.1.b12
jylefort search for other commits by this committer
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 18

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
php5*Sep 04
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

2 vulnerabilities affecting 3 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19102
Broken 159
Deprecated 77
Ignore 426
Forbidden 6
Restricted 286
No CDROM 130
Vulnerable 49
Expired 11
Set to expire 59
Interactive 78
new 24 hours 13
new 48 hours18
new 7 days49
new fortnight101
new month252

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.304 seconds.