aboutsummaryrefslogtreecommitdiff
path: root/mail/spamd
Commit message (Collapse)AuthorAgeFilesLines
* updates spamd to OpenBSD 3.7-RELEASE's bundled version.Yen-Ming Lee2005-04-135-54/+53
| | | | | | | | | | | | | | Change details: - Update to 3.7 - Use RCng scripts - Fix installation of spamlogd(8) - Change maintainer's mail address PR: 79856 Submitted by: delphij Notes: svn path=/head/; revision=133232
* Add instructions that is necessary to run pf-spamd with greylistingXin LI2005-01-131-0/+9
| | | | | | | | | feature. Submitted by: mlaier Notes: svn path=/head/; revision=126291
* Change the rc.d/spamd.sh to rc.d/pf-spamd.sh so that it can be used with ↵Mathieu Arnold2004-10-122-3/+3
| | | | | | | | | | SpamAssassin. PR: 72083 Submitted by: maintainer Notes: svn path=/head/; revision=118924
* Update spamd to something OpenBSD-current(ish) in order to make the loggingMax Laier2004-07-182-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 Notes: svn path=/head/; revision=113923
* Make spamd-conf.8 adhere hier(7) and take $PREFIX into account.Max Laier2004-06-281-0/+2
| | | | | | | | PR: ports/65252 Submitted-by: Xin LI <delphij (at) frontfree (dot) net> (w/ changes) Notes: svn path=/head/; revision=112476
* Update spamd to version as of OpenBSD 3.5 to provide greylisting and others.Max Laier2004-04-034-26/+25
| | | | | | | | | | This brings two more tools: spamdb and spamlogd PR: 64174 Approved by: mat Notes: svn path=/head/; revision=106054
* Add size data, approved by maintainers.Trevor Johnson2004-03-191-0/+1
| | | | Notes: svn path=/head/; revision=104563
* Change maintainer address to maintainers @freebsd.org address.Oliver Braun2004-03-141-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=103980
* * Update dependencies as pf is now part of the base system. [1]Oliver Braun2004-03-091-4/+6
| | | | | | | | | | * Make portlint a little bit happier while I am here. PR: ports/63951 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=103359
* New port: mail/spamd - Trapit in cooperation with security/pfEdwin Groothuis2003-09-297-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> Notes: svn path=/head/; revision=89848