notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
spampd Spamassassin SMTP Proxy
2.61_2 mail on this many watch lists=7 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.61_2Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-04-08 08:01:06
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: postfix, pcre, smartmontools, lsof, openvpn
Also Listed In: perl5
License: GPLv3
WWW:
https://github.com/mpaperno/spampd
Description:
spampd is a program used within an e-mail delivery system to scan messages for possible Unsolicited Commercial E-mail (UCE, aka spam) content. It uses an excellent program called SpamAssassin (SA) to do the actual message scanning. spampd acts as a transparent SMTP/LMTP proxy between two mail servers, and during the transaction it passes the mail through SA. If SA decides the mail could be spam, then spampd will ask SA to add some headers and a report to the message indicating it's spam and why. spampd is written in Perl and should theoretically run on any platform supported by Perl and SpamAssassin.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. sbin/spampd
  2. /usr/local/share/licenses/spampd-2.61_2/catalog.mk
  3. /usr/local/share/licenses/spampd-2.61_2/LICENSE
  4. /usr/local/share/licenses/spampd-2.61_2/GPLv3
Collapse this list.
Dependency lines:
  • spampd>0:mail/spampd
To install the port:
cd /usr/ports/mail/spampd/ && make install clean
To add the package, run one of these commands:
  • pkg install mail/spampd
  • pkg install spampd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: spampd
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1632802274 SHA256 (mpaperno-spampd-2.61_GH0.tar.gz) = 91e60f10745ea4f9c27b9e57619a1bf246ab9a88ea1b88c4f39f8af607e2dbae SIZE (mpaperno-spampd-2.61_GH0.tar.gz) = 246956

Packages (timestamps in pop-ups are UTC):
spampd
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.61_22.61_22.532.61_22.61_2-2.53-
FreeBSD:13:quarterly2.61_22.61_22.61_22.61_22.61_22.61_22.61_22.61_2
FreeBSD:14:latest2.61_22.61_22.61_22.61_22.61_2--2.61_2
FreeBSD:14:quarterly2.61_22.61_2-2.61_22.61_22.61_22.61_22.61_2
FreeBSD:15:latest2.61_22.61_2n/a2.61_2n/a2.61_22.61_22.61_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. spamc : mail/spamassassin
  2. p5-Net-Server>=0 : net/p5-Net-Server
  3. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
mail_spampd
USES:
perl5 shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/mpaperno/spampd/tar.gz/2.61?dummy=/
Collapse this list.

Number of commits found: 36

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.61_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.61_2
20 Jul 2022 14:22:19
commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
mail: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ashish@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam David <adam@FreeBSD.org>
  *  Adam McDougall <mcdouga9@egr.msu.edu>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Perel <veers@disturbed.net>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.61_2
09 Apr 2022 17:58:22
commit hash: adbaba0606ebeb620dc7425d43b8fe83a6eff08fcommit hash: adbaba0606ebeb620dc7425d43b8fe83a6eff08fcommit hash: adbaba0606ebeb620dc7425d43b8fe83a6eff08fcommit hash: adbaba0606ebeb620dc7425d43b8fe83a6eff08f files touched by this commit
Michael Gmelin (grembo) search for other commits by this committer
Author: Jonathan Chen
mail/spampd: Unbreak with spamassassin 3.4+

PR:		262235
2.61_1
24 Feb 2022 15:07:55
commit hash: a455f124cf1c04c35142f2f9b51d4cefab9adfd3commit hash: a455f124cf1c04c35142f2f9b51d4cefab9adfd3commit hash: a455f124cf1c04c35142f2f9b51d4cefab9adfd3commit hash: a455f124cf1c04c35142f2f9b51d4cefab9adfd3 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
mail/spampd: drop user_dir patch and maintainership

PR:		259226
2.61
28 Sep 2021 04:31:11
commit hash: 8a681529a547c681de95f51107e8b1cc599c79b4commit hash: 8a681529a547c681de95f51107e8b1cc599c79b4commit hash: 8a681529a547c681de95f51107e8b1cc599c79b4commit hash: 8a681529a547c681de95f51107e8b1cc599c79b4 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
mail/spampd: Upgrade to 2.61.
2.53
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.53
13 Mar 2019 09:45:13
Revision:495572Original commit files touched by this commit
des search for other commits by this committer
Upgrade to 2.53.
2.51
16 Jul 2018 09:53:15
Revision:474724Original commit files touched by this commit
grembo search for other commits by this committer
mail/spampd: Update to 2.51 and refine rc script

- Include /usr/local/bin and /usr/local/sbin to PATH
  (this way pyzor and razor work, which wouldn't be used otherwise
  [debug output would show that they're silently skipped])
- support for sockets
- IPv6 support
- Fix injected X-Envelope-* headers so that spamassassin
  actually can pick them up for SPF and other checks
- support for sid (so patch-setsid not required anymore),
  toggled by --setsid (rc script always sets this
  so it doesn't break on update)
- new rc var (spampd_extra_flags), so it's easy to use
  the default setup and just add deltas in rc.conf like in:

  spampd_enable="YES"
  spampd_extra_flags="--sef"

PR:		227903
Approved by:	maintainer timeout
2.42_2
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
2.42_2
10 Sep 2015 09:43:32
Revision:396559Original commit files touched by this commit
des search for other commits by this committer
Previous commit unintentionally disabled taint mode.
2.42_1
09 Sep 2015 14:02:07
Revision:396500Original commit files touched by this commit
des search for other commits by this committer
Fix rc script so status and restart work.
09 Sep 2015 13:43:44
Revision:396478Original commit files touched by this commit Refresh
des search for other commits by this committer
Upgrade to latest version and assume maintainership.
2.30_5
11 Mar 2014 21:49:40
Revision:347936Original commit files touched by this commit
adamw search for other commits by this committer
Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name of
improving accessibility.

I think people who want to just find the port/package and install it are
more likely to look for "spamassassin the program" than "spamassassin the
perl module collection."
2.30_5
20 Jan 2014 13:44:35
Revision:340396Original commit files touched by this commit
mat search for other commits by this committer
Support staging.
2.30_5
20 Sep 2013 19:59:14
Revision:327742Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
2.30_5
03 Aug 2013 08:45:52
Revision:324181Original commit files touched by this commit
az search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
2.30_5
28 Jun 2012 18:37:23
Original commit files touched by this commit
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS
2.30_5
14 Jan 2012 08:57:23
Original commit files touched by this commit
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
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.
2.30_5
03 Jul 2011 13:53:52
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove MD5
2.30_5
16 Dec 2010 02:34:07
Original commit files touched by this commit
glarkin search for other commits by this committer
- Chase security/libksba shlib version bump

Requested by:   kwm
Pointyhat to:   glarkin
2.30_4
28 Jul 2010 15:58:40
Original commit files touched by this commit
arved search for other commits by this committer
Fix sig_stop in rc.d script
Bump PORTREVISION

PR:             148868
Submitted by:   danger
2.30_3
27 Mar 2010 00:15:24
Original commit files touched by this commit
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2.30_3
15 Jul 2009 16:56:10
Original commit files touched by this commit
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
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.
2.30_3
03 Sep 2008 03:04:35
Original commit files touched by this commit
linimon search for other commits by this committer
Reset christian.schade@interface-systems.de due to maintainer-timeouts
and no response to email.

Hat:    portmgr
2.30_3
19 Jun 2008 07:07:01
Original commit files touched by this commit
lippe search for other commits by this committer
- Fix typo on startup script.

PR:             ports/124510
Submitted by:   Junichi Matsuyama <QVB00057@nifty.com>
Approved by:    gabor (mentor, implicit), maintainer timeout (>2 weeks)
2.30_3
06 Jun 2008 13:43:09
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2.30_2
17 Apr 2008 01:31:48
Original commit files touched by this commit
wxs search for other commits by this committer
Add necessary information to RC script.

PR:             ports/121669
Submitted by:   Doug Martin <drearwig@hotmail.com>
Approved by:    garga (mentor), maintainer (timeout)
2.30_1
07 Oct 2007 05:45:04
Original commit files touched by this commit
linimon search for other commits by this committer
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally.  To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.

Hat:            portmgr
2.30_1
08 Sep 2007 01:01:47
Original commit files touched by this commit
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
2.30_1
07 Oct 2006 11:47:19
Original commit files touched by this commit
pav search for other commits by this committer
- Switch to rc_subr startup script. The app will now run under spamd user by
  default

PR:             ports/99794
Submitted by:   Marshal Newrock <marshal@idealso.com>
Approved by:    maintainer timeout (3 months)
2.30
09 Dec 2005 09:59:42
Original commit files touched by this commit
leeym search for other commits by this committer
- Allow spampd to change user_directory [1]
- update to 2.30
- mark IGNORE on old perl

PR:             [1] ports/88901
Submitted by:   Rauf Kuliyev <rauf@kuliyev.com>
Approved by:    maintainer
2.20
06 Dec 2004 14:02:49
Original commit files touched by this commit
sem search for other commits by this committer
Forced commit to note the previous commit was submitted not maintainer
but Linh Pham <question+fbsdports(at)closedsrc.org>
2.20
06 Dec 2004 13:59:54
Original commit files touched by this commit
sem search for other commits by this committer
- Update to 2.20

PR:             ports/74540
Submitted by:   maintainer
2.12_1
03 Nov 2004 10:43:32
Original commit files touched by this commit
joerg search for other commits by this committer
Support the changed API of spamassassin 3.0.

Submitted by:   maintainer
2.12
08 Apr 2004 08:00:34
Original commit files touched by this commit
joerg search for other commits by this committer
Initial import of spampd, an SMPT/LMTP proxy that connects to
spamassassin.  Useful to wire spamassassin into Postfix.

Submitted by:   Christian Schade <christian.schade@interface-systems.de>

Number of commits found: 36