2005-05-28 11:56:27 +02:00
|
|
|
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
|
2009-05-22 03:43:29 +02:00
|
|
|
processing and delivery. ASSP includes SSL and IPv6 support. It is a single
|
|
|
|
script with a web-based configuration tool.
|
2005-05-28 11:56:27 +02:00
|
|
|
|
|
|
|
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
|
2009-05-22 03:43:29 +02:00
|
|
|
- various SMTP error modes detection
|
2005-05-28 11:56:27 +02:00
|
|
|
- Virus detection
|
2009-05-22 03:43:29 +02:00
|
|
|
and many other spam detection techniques.
|
2005-05-28 11:56:27 +02:00
|
|
|
|
|
|
|
WWW: http://assp.sourceforge.net/
|
2009-05-22 03:43:29 +02:00
|
|
|
WWW: http://opal.com/jr/freebsd/ports/mail/assp/
|