Bug 81570

Summary: New Port: mail/assp Anti-Spam SMTP Proxy
Product: Ports & Packages Reporter: J.R. Oldroyd <fbsd>
Component: Individual Port(s)Assignee: Jean-Yves Lefort <jylefort>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description J.R. Oldroyd 2005-05-27 23:30:02 UTC
ASSP is a spam filtering system that sits between a sending
client and your normal SMTP server (exim, postfix, qmail, sendmail,
etc).  ASSP blocks spam messages before they're accepted  and
passes non-spam messages to the normal SMTP server for delivery.

ASSP offers:
- a whitelist of known good senders
- Bayesian checks on message headers and contents
- local user validation using RFC822 checks, flat lists or LDAP lookup
- relay denial
- HELO checking
- SPF (Sender Policy Framework) checking
- DNSBL (DNS Block List) checking using many block list services
- Virus detection
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-28 09:45:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-28 10:58:28 UTC
State Changed
From-To: open->closed

Committed, thanks! 

Major modifications performed: 
- Do not reinvent the wheel in the startup script 
- Use the ${SUB_FILES} facility 
- Use the ${USE_RC_SUBR} facility 
- Use ${PREFIX} to reference the installation, not ${LOCALBASE} 
- Use pkg-install script, so that ${ASSP_HOME} is also created when 
installed from a package 
- Respect ${NOPORTDOCS} 
- Replace hard-coded /usr/bin/perl by ${PERL}