aboutsummaryrefslogtreecommitdiff
path: root/mail/spamd/files
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-064-10/+0
|
* - fix build against openssl 1.xOlli Hauer2020-03-304-48/+224
| | | | | | | | | | | | | | - do not add /etc/service entries during install - add helper script to add /etc/services entries - remove unused pkg-deinstall - portlint PR: 235496 Submitted by: Maxime Soule Reported by: many Notes: svn path=/head/; revision=529921
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-3/+6
| | | | Notes: svn path=/head/; revision=508882
* Fix obspamlogd rc script's use of tests, while here fix whitespace.Ulrich Spörlein2013-01-081-13/+13
| | | | | | | Approved by: beat (mentor) Notes: svn path=/head/; revision=310092
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-142-2/+2
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - update to version 4.9.1Olli Hauer2011-06-043-158/+62
| | | | | | | | | | | - always add required entries to /etc/services [1] - use USER framework (PR ports/152498 was committed) PR: [1] ports/157266 Submitted by: [1] Jimmy Olgeni olgeni@ Notes: svn path=/head/; revision=275069
* maintainer updateOlli Hauer2010-10-314-114/+7
| | | | | | | | | | | | - update spamd to match OpenBSD 4.8 + OpenBSD pr/6467 - remove support for FreeBSD_version < 601000 (strtonum.c no longer provided in the spamd sources) - change my mail address Approved by: glarkin (mentor, implicit) Notes: svn path=/head/; revision=263859
* Let obspamlogd manage its own pflog interface.Stefan Walter2010-06-301-0/+18
| | | | | | | | | | PR: 146571 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=257197
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-272-2/+2
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Fix build on FreeBSD 9Martin Wilke2009-11-041-0/+50
| | | | | | | | PR: 140136 Submitted by: olli hauer <ohauer@gmx.de> (maintainer) Notes: svn path=/head/; revision=243749
* - Fix ipfw issuesAlexander Logvinov2009-10-031-0/+29
| | | | | | | | | | | - Bump PORTREVISION PR: ports/139306 Submitted by: Olli Hauer <ohauer at gmx.de> (maintainer) Approved by: tabthorpe, glarkin (mentors, implicit) Notes: svn path=/head/; revision=242401
* - Fix startup scriptDmitry Marakasov2009-09-201-1/+1
| | | | | | | | | PR: 138913 Submitted by: olli hauer <ohauer@gmx.de> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241833
* - Fix rc script for blacklist modePav Lucistnik2009-09-171-5/+7
| | | | | | | | | | PR: ports/137992 Submitted by: Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw> Approved by: olli hauer <ohauer@gmx.de> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241571
* - Update to 4.5.0Wesley Shields2009-07-238-138/+104
| | | | | | | | | | | | | - Pass maintainer to submitter - Add CPANEL support so it doesn't clobber spamd (see comments in Makefile) - Fixes to RC script to support CPANEL option and general cleanup. PR: ports/136912 Submitted by: olli hauer <ohauer@gmx.de> Approved by: Alex Samorukov <samm@os2.kiev.ua> (old maintainer) Notes: svn path=/head/; revision=238238
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-152-2/+0
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - Fix memory leak (patch obtained from OpenBSD)Wesley Shields2009-02-261-0/+68
| | | | | | | | | PR: ports/132119 Submitted by: olli hauer <ohauer@gmx.de> Approved by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=229095
* - Fix a typoMartin Wilke2007-10-051-1/+1
| | | | | | | | Submitted by: Olli Hauer <ohauer@gmx.de> Approved by: maintainer (via icq) Notes: svn path=/head/; revision=200922
* - Add syslogd named to the rc.d scriptMartin Wilke2007-07-041-1/+1
| | | | | | | | | PR: 112946 Submitted by: gediminas <ggenutis_at_yahoo.com@FreeBSD.org> Approved by: maintainer via im Notes: svn path=/head/; revision=194850
* - Fix build with FreeBSD 5.XMartin Wilke2007-06-242-0/+28
| | | | | | | | PR: 113966 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=194167
* - Update to 4.1.2Martin Wilke2007-06-0611-437/+301
| | | | | | | | PR: 113293 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=192934
* - Fix crash with -t optionPav Lucistnik2007-03-251-1/+1
| | | | | | | | PR: ports/108657 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=188307
* - Resolve conflict between sa-spamd and pf-spamdXin LI2007-03-201-1/+11
| | | | | | | | | | | - Add pfspamd_setup_flags to give finer grained control - Give maintainership to submitter Submitted by: Alex Samorukov <samm os2 kiev ua> PR: ports/108663 Notes: svn path=/head/; revision=187797
* Remove a mispatch sneaked in the previous revision.Xin LI2006-05-101-10/+5
| | | | | | | | Reported by: B. Cook <bcook bsdwebsolutions com> Approved by: sem (mentor) Notes: svn path=/head/; revision=161970
* - Make spamd work with ipfw(4) [1]Xin LI2006-05-026-0/+393
| | | | | | | | | | | | - Modernize RC_SUBR usage. - Pet portlint(1) Submitted by: Maurice Castro <maurice sphinx clari net au> [1] PR: ports/94715 Approved by: sem (mentor) Notes: svn path=/head/; revision=161170
* updates spamd to OpenBSD 3.7-RELEASE's bundled version.Yen-Ming Lee2005-04-132-40/+39
| | | | | | | | | | | | | | 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
* Update spamd to version as of OpenBSD 3.5 to provide greylisting and others.Max Laier2004-04-031-13/+0
| | | | | | | | | | This brings two more tools: spamdb and spamlogd PR: 64174 Approved by: mat Notes: svn path=/head/; revision=106054
* New port: mail/spamd - Trapit in cooperation with security/pfEdwin Groothuis2003-09-292-0/+53
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