Bug 81570 - New Port: mail/assp Anti-Spam SMTP Proxy
Summary: New Port: mail/assp Anti-Spam SMTP Proxy
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-27 23:30 UTC by J.R. Oldroyd
Modified: 2005-05-28 11:02 UTC (History)
0 users

See Also:


Attachments
file.shar (28.67 KB, text/plain)
2005-05-27 23:30 UTC, J.R. Oldroyd
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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}