aboutsummaryrefslogtreecommitdiff
path: root/mail/spamdyke
Commit message (Collapse)AuthorAgeFilesLines
* - Take maintainershipBryan Drewery2013-03-171-9/+6
| | | | | | | | | - Allow to build when CC=clang by using USE_GCC=any - Remove indefinite article from COMMENT - Remove use of bsd.port.pre.mk Notes: svn path=/head/; revision=314457
* - Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES featureBryan Drewery2013-03-151-6/+3
| | | | | | | | | | | | | | | bapt contributed to the qmail.mk as well - Trim headers USES= qmail:run will add qmail into RUN_DEPENDS USES= qmail:build will add qmail into BUILD_DEPENDS USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS USES= qmail:vars will set QMAIL_PREFIX With hat: portmgr Notes: svn path=/head/; revision=314324
* Convert to new options frameworkBaptiste Daroussin2012-06-131-10/+11
| | | | Notes: svn path=/head/; revision=299171
* - Update to 4.3.1Wesley Shields2012-01-232-3/+3
| | | | | | | Security: 7d2336c2-4607-11e1-9f47-00e0815b8da8 Notes: svn path=/head/; revision=289694
* Set IGNORE if building with clang. This port uses nested functions whichWesley Shields2012-01-101-0/+4
| | | | | | | are a gcc extension and not supported by clang yet (if ever). Notes: svn path=/head/; revision=288858
* Update to 4.2.1.Wesley Shields2012-01-092-6/+3
| | | | | | | Security: a47af810-3a17-11e1-a1be-00e0815b8da8 Notes: svn path=/head/; revision=288794
* Update to 4.2.0Tilman Keskinoz2011-07-142-3/+3
| | | | | | | | PR: 158901 Submitted by: Jin-Sih Lin <linpct@gmail.com> Notes: svn path=/head/; revision=277719
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Update to 4.1.0.Wesley Shields2010-10-193-7/+12
| | | | | | | Handle the config files properly. Notes: svn path=/head/; revision=263221
* Reset maintainer at his request.Wesley Shields2010-10-181-1/+1
| | | | | | | Submitted by: maintainer on ports@ Notes: svn path=/head/; revision=263199
* - Update to 4.0.10Wesley Shields2009-01-072-5/+4
| | | | | | | | PR: ports/130241 Submitted by: Peter Kieser <peter@kieser.ca> (maintainer) Notes: svn path=/head/; revision=225375
* - Update to 4.0.5Martin Wilke2008-10-182-4/+4
| | | | | | | | PR: 128126 Submitted by: Peter Kieser <peter@kieser.ca> (maintainer) Notes: svn path=/head/; revision=221752
* - Update to 4.0.4Martin Wilke2008-09-242-4/+4
| | | | | | | | PR: 127473 Submitted by: Peter Kieser <peter@kieser.ca> (maintainer) Notes: svn path=/head/; revision=220631
* - Update to 4.0.2Wesley Shields2008-08-122-8/+26
| | | | | | | | | | | - Add two new DEBUG options - Mark as BROKEN on older gcc (maintainer is working on a patch upstream) PR: ports/126407 Submitted by: Peter Kieser <peter@kieser.ca> (maintainer) Notes: svn path=/head/; revision=218447
* Update to 3.1.8 - Fix open relay vulnerability.Wesley Shields2008-05-272-4/+4
| | | | | | | | | PR: ports/124013 Submitted by: Peter Kieser <peter@kieser.ca> (maintainer) Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=213773
* Update to version 3.1.7.Wesley Shields2008-04-172-4/+4
| | | | | | | | | PR: ports/122537 Submitted by: Peter Kieser <peter@kieser.ca> (maintainer) Approved by: garga (mentor) Notes: svn path=/head/; revision=211449
* spamdyke is a filter for monitoring and intercepting SMTPWesley Shields2008-03-223-0/+73
connections between a remote host and a qmail server. Spam is blocked while the remote server (spammer) is still connected; no additional processing or storage is needed. In addition to all of its anti-spam filters, spamdyke also includes a number of features to enhance qmail. Best of all, using spamdyke does not require patching or recompiling qmail! PR: ports/119579 Submitted by: Peter Kieser <peter@kieser.ca> Approved by: garga (mentor) Notes: svn path=/head/; revision=209574