aboutsummaryrefslogtreecommitdiffstats
path: root/mail/spamd
Commit message (Collapse)AuthorAgeFilesLines
* Add instructions that is necessary to run pf-spamd with greylistingdelphij2005-01-131-0/+9
| | | | | | feature. Submitted by: mlaier
* Change the rc.d/spamd.sh to rc.d/pf-spamd.sh so that it can be used with ↵mat2004-10-122-3/+3
| | | | | | | SpamAssassin. PR: 72083 Submitted by: maintainer
* Update spamd to something OpenBSD-current(ish) in order to make the loggingmlaier2004-07-192-19/+17
| | | | | | | | | | | functional. Also drop maintainership and let Xin LI <delphij (at) frontfree (dot) net> take over from here. PR: ports/67503 Submitted by: Xin LI <delphij (at) frontfree (dot) net> Approved by: clement
* Make spamd-conf.8 adhere hier(7) and take $PREFIX into account.mlaier2004-06-281-0/+2
| | | | | PR: ports/65252 Submitted-by: Xin LI <delphij (at) frontfree (dot) net> (w/ changes)
* Update spamd to version as of OpenBSD 3.5 to provide greylisting and others.mlaier2004-04-044-26/+25
| | | | | | | This brings two more tools: spamdb and spamlogd PR: 64174 Approved by: mat
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Change maintainer address to maintainers @freebsd.org address.obraun2004-03-141-1/+1
| | | | Submitted by: maintainer
* * Update dependencies as pf is now part of the base system. [1]obraun2004-03-091-4/+6
| | | | | | | * Make portlint a little bit happier while I am here. PR: ports/63951 [1] Submitted by: maintainer [1]
* New port: mail/spamd - Trapit in cooperation with security/pfedwin2003-09-307-0/+220
A Trapit is a fake SMTP server that tries to waste as much resources of a spam-relay as possible - without delivering any mail. Implemented for pf, but might work with other ip filters as well. mail/relaydb is a fine tool to utilize spamd. PR: ports/57365 Submitted by: Max Laier <max@love2party.net>