summaryrefslogtreecommitdiff
path: root/mail/assp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add missing port dependencyBeech Rintoul2008-01-022-2/+8
| | | | | | | | | | | - Bump portrevision PR: ports/119142 Submitted by: J.R. Oldroyd <fbsd@opal.com> Approved by: linimon (mentor) Notes: svn path=/head/; revision=204865
* - Update to 1.3.3.8Beech Rintoul2007-12-145-34/+40
| | | | | | | | | 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-127-203/+411
| | | | | | | | | PR: ports/116867 Submitted by: J.R. Oldroyd (maintainer) Approved by: miwi (co-mentor) Notes: svn path=/head/; revision=201335
* - Use newly added RC_SUBR_SUFFIXRong-En Fan2007-01-311-5/+1
| | | | | | | Approved by: J.R. Oldroyd <fbsd at opal.com> (maintainer) Notes: svn path=/head/; revision=183791
* - Update to 1.2.6Martin Wilke2006-12-213-60/+27
| | | | | | | | PR: ports/107013 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) Notes: svn path=/head/; revision=180357
* - Correct Compress::Zlib path after recent p5-Compress-Zlib updateRong-En Fan2006-12-111-1/+1
| | | | | | | Pointyhat to: demon Notes: svn path=/head/; revision=179476
* - Update to 1.2.5.2Martin Wilke2006-12-015-37/+49
| | | | | | | | PR: ports/106092 Submitted by: "J.R. Oldroyd" <fbsd@opal.com> (maintainer) Notes: svn path=/head/; revision=178438
* - Update to 1.2.3Rong-En Fan2006-07-294-11/+12
| | | | | | | | PR: ports/100990 Submitted by: J.R. Oldroyd (maintainer) Notes: svn path=/head/; revision=169023
* - Update to 1.2.2Rong-En Fan2006-07-189-129/+267
| | | | | | | | | | | - Use new style rc script name (no .sh suffix) - Add more OPTIONS PR: ports/100233 Submitted by: maintainer Notes: svn path=/head/; revision=168112
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Minor changes:Pav Lucistnik2005-12-095-4/+52
| | | | | | | | | | | | | | | | | | | - suppressed two messages logged to stdout when ASSP first starts up - changed nightly 510.assp periodic script to redirect rebuildspamdb.pl messages to a file in ASSP dir (nightly.log), thereby suppressing them from the nightly email - added rc.conf variable: assp_logexpire="45" used by nightly 510.assp periodic script to expire old YY-MM-DD.maillog.txt files from ASSP dir - changed the assp(8) manual page to document the new assp_logexpire configuration variable PR: ports/90118 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) Notes: svn path=/head/; revision=150711
* - Update to 1.1.1Pav Lucistnik2005-07-132-5/+10
| | | | | | | | PR: ports/82789 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) Notes: svn path=/head/; revision=139035
* - Update to 1.1.1.b13Sergey Matveychuk2005-06-243-7/+4
| | | | | | | | PR: ports/82538 Submitted by: maintainer Notes: svn path=/head/; revision=137951
* Add assp.Jean-Yves Lefort2005-05-2812-0/+834
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