aboutsummaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-28 09:56:27 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-28 09:56:27 +0000
commit6b9e5c9ab276d4c9eef1d27e3c14cdc89a414ff0 (patch)
tree303bfa3ec4f4e437b866fbf8707ffd3c777486da /mail/Makefile
parentbe5d215809ae6ec95cb090e90734f0e94ed8e2e3 (diff)
downloadports-6b9e5c9ab276d4c9eef1d27e3c14cdc89a414ff0.tar.gz
ports-6b9e5c9ab276d4c9eef1d27e3c14cdc89a414ff0.zip
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>
Notes
Notes: svn path=/head/; revision=136332
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 6ded375a2b85..c7ea7abbf789 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -17,6 +17,7 @@
SUBDIR += archmbox
SUBDIR += arrow
SUBDIR += asmail
+ SUBDIR += assp
SUBDIR += autorespond
SUBDIR += autosig
SUBDIR += avenger