summaryrefslogtreecommitdiff
path: root/mail/assp/files/patch-stats.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.4.3.1Beech Rintoul2009-01-311-42/+49
| | | | | | | | PR: ports/131145 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) Notes: svn path=/head/; revision=227235
* - Update to 1.3.3.10Beech Rintoul2008-08-161-45/+70
| | | | | | | | PR: ports/126363 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) Notes: svn path=/head/; revision=218678
* - Update to 1.3.3.8Beech Rintoul2007-12-141-7/+11
| | | | | | | | | PR: ports/117940 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) Approved by: linimon (mentor) Notes: svn path=/head/; revision=203517
* - Update to 1.3.3.1Thomas Abthorpe2007-10-121-149/+314
| | | | | | | | | PR: ports/116867 Submitted by: J.R. Oldroyd (maintainer) Approved by: miwi (co-mentor) Notes: svn path=/head/; revision=201335
* - Update to 1.2.2Rong-En Fan2006-07-181-80/+145
| | | | | | | | | | | - Use new style rc script name (no .sh suffix) - Add more OPTIONS PR: ports/100233 Submitted by: maintainer Notes: svn path=/head/; revision=168112
* Add assp.Jean-Yves Lefort2005-05-281-0/+176
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: svn path=/head/; revision=136332