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
milter-skem Cache earlier sendmail's verdicts for the relays
1.0.2_2 mail on this many watch lists=0 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 1.0.2_2Version of this port present on the latest quarterly branch.
Maintainer: mi@aldan.algebra.com search for ports maintained by this maintainer
Port Added: 2004-08-15 12:36:59
Last Update: 2022-11-30 18:56:32
Commit Hash: b780076
License: not specified in port
WWW:
http://virtual-estates.net/skem/
Description:
The skem utility is a sendmail milter, that checks and maintains a list of whitelisted, temporary banned, and permanently blacklisted IP-addresses. How you obtain the entries is up to you, but the included logwatcher module provides one possibility. The list is stored in a directory, each entry being a file (usually -- zero sized) or a symlink (usually -- a "broken" one). Such entries are stored efficiently (within the directory itself) and the directories are searched using the hash tables on modern file systems. At the same time, they can be listed, added, and removed with the simple ls(1), touch(1), and rm(1). This milter does not itself filter spam, instead it memorizes the verdicts issued by your other anti-spam defenses to reduce the system load and resource consumption, by temporarily rejecting the relays suspected of spamming (banned) and, optionally, by permanently rejecting the relays "convicted" of spamming (blacklisted). The idea is to stem the spam from real spam sources, while reducing the ill effects of false-positives to merely delaying, rather than rejecting future messages.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (2 items)
Collapse this list.
  1. sbin/skem
  2. man/man8/skem.8.gz
Collapse this list.
Dependency lines:
  • skem>0:mail/milter-skem
To install the port:
cd /usr/ports/mail/milter-skem/ && make install clean
To add the package, run one of these commands:
  • pkg install mail/milter-skem
  • pkg install skem
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: skem
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1485414406 SHA256 (skem-1.0.2.tar.bz2) = bed37274ffaef0f9136588ec5330b3056e7b00eae6057cdbdcc9482ec09a561c SIZE (skem-1.0.2.tar.bz2) = 13978

Packages (timestamps in pop-ups are UTC):
skem
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.2_21.0.2_21.0.2_21.0.2_21.0.2_2-1.0.2_2-
FreeBSD:13:quarterly1.0.2_21.0.2_21.0.2_21.0.2_21.0.2_21.0.2_21.0.2_21.0.2_2
FreeBSD:14:latest1.0.2_21.0.2_21.0.2_21.0.2_21.0.2_21.0.2_2-1.0.2_2
FreeBSD:14:quarterly1.0.2_21.0.2_2-1.0.2_21.0.2_21.0.2_21.0.2_21.0.2_2
FreeBSD:15:latest1.0.2_21.0.2_2n/a1.0.2_2n/a1.0.2_21.0.2_21.0.2_2
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for skem-1.0.2_2: SKEM_NETINET=on: Support IPv4 addresses SKEM_NETINET6=off: Support IPv6 addresses (not tested) SKEM_NO_CLEANUP=off: Omit the auto-cleanup module SKEM_NO_LOGWATCHER=off: Omit the log-watching module ===> Use 'make config' to modify these settings
Options name:
mail_milter-skem
USES:
tar:bzip2 uidfix
pkg-message:
For install:
The milter-skem port does not (yet?) provide the milter-starting script(s). Please, read the manual page (skem(8)) to determine, what's best for your environment -- it can be configured to be automaticly launched by syslogd(8), for example.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://virtual-estates.net/skem/
Collapse this list.

Number of commits found: 31

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.2_2
30 Nov 2022 18:56:32
commit hash: b780076d6947fef9ca36a5b09755fecfbb0805accommit hash: b780076d6947fef9ca36a5b09755fecfbb0805accommit hash: b780076d6947fef9ca36a5b09755fecfbb0805accommit hash: b780076d6947fef9ca36a5b09755fecfbb0805ac files touched by this commit
Ed Maste (emaste) search for other commits by this committer
mail/milter-skem: disable date/time nonreproducible build warning

The base system build infrastructure will add -Wdate-time, to avoid
use of nonreproducible __DATE__ and __TIME__ in the base system.

This port makes use of the base system build infrastructure as well as
__DATE__ and/or __TIME__, so explicitly opt out of the warning.

PR:		267902 [exp-run]
Approved by:	mi
Sponsored By:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37507
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)
1.0.2_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)
1.0.2_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)
1.0.2_2
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.
1.0.2_2
18 Mar 2020 19:14:53
Revision:528664Original commit files touched by this commit
mi search for other commits by this committer
Unbreak. My machine may not be "high availability" with lots of 9s,
but it is almost always up anyway...

Not reported by:	antoine
1.0.2_2
06 Nov 2019 14:00:19
Revision:516887Original commit files touched by this commit Sanity Test Failure
antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
1.0.2_2
13 Aug 2019 22:29:43
Revision:508882Original commit files touched by this commit
mat search for other commits by this committer
onvert to UCL & cleanup pkg-message (categories l-m)
1.0.2_2
01 Jul 2018 10:17:19
Revision:473663Original commit files touched by this commit
dinoex search for other commits by this committer
- bump MILTER_SOVER to fix linking on FREEBSD-12
- bump PORTREVISION on ports using libmilter
- rename WITH_SENDMAIL_PORT to WITH_MILTER_PORT
- rename WITH_SENDMAIL_BASE to WITH_MILTER_BASE
- rename WITH_SENDMAIL_STATIC_MILTER to WITH_MILTER_STATIC
- cleanup ifdefs
- fix build on batv-filter with libmilter from ports
1.0.2_1
26 Jan 2017 07:07:08
Revision:432471Original commit files touched by this commit
mi search for other commits by this committer
Quickly revert the previous commit -- 1.0.3 is not ready.
1.0.3
26 Jan 2017 00:19:18
Revision:432463Original commit files touched by this commit
mi search for other commits by this committer
Upgrade from 1.0.2 to 1.0.3.
1.0.2_1
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
1.0.2_1
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
1.0.2_1
26 Feb 2016 08:47:18
Revision:409590Original commit files touched by this commit
dinoex search for other commits by this committer
- set dependency to libmilter, bump PORTREVISION
1.0.2
26 Feb 2016 07:46:32
Revision:409584Original commit files touched by this commit
dinoex search for other commits by this committer
- set dependency to libmilter
1.0.2
24 Feb 2016 17:50:42
Revision:409473Original commit files touched by this commit
mi search for other commits by this committer
Upgrade my little milter from 1.0.1 to 1.0.2:
	* pre-emptively fix compiler warnings from clang-3.8
	* cleanup white-space
	* remove obsolete option (FFR 421, which Sendmail decided not to support)
1.0.1
08 Sep 2015 12:07:10
Revision:396375Original commit files touched by this commit
danfe search for other commits by this committer
getopt() returns `int' according to the standard, but was assigned to `char'
variable, and this can break the == -1 check.  It works on i386, but not on
PowerPC, where `char' is unsigned by default.

Use variable of correct type (int) to hold the return value of getopt(3).
1.0.1
03 Apr 2015 11:26:50
Revision:383107Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Remove OSVERSION checks that do not make sense any more.

For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
1.0.1
25 Mar 2015 11:41:18
Revision:382203Original commit files touched by this commit
marino search for other commits by this committer
mail category: Remove $PTHREAD_LIBS

Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests.   The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week.  It's a forward
action to submit a PR against mail/sendmail.

  * antivirus-milter (CP)
  * dk-milter        (CP)
  * milter-regex     (CP)
  * sendmail         (CP, QA)

approved by:	PTHREAD blanket
1.0.1
19 Mar 2015 19:38:49
Revision:381679Original commit files touched by this commit
marino search for other commits by this committer
five milter ports: Add or improve support on systems missing sendmail

In some cases no-sendmail support was in place but missing CFLAGS or
LDFLAGS, but in others it needed to be added.  Problems found as a result
of DragonFly removing sendmail from base.

Approved by:	just fix it.
1.0.1
07 Sep 2014 17:42:18
Revision:367587Original commit files touched by this commit
antoine search for other commits by this committer
Allow staging as a regular user
1.0.1
29 Jul 2014 21:43:18
Revision:363399Original commit files touched by this commit
adamw search for other commits by this committer
Convert some more USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
1.0.1
02 Feb 2014 16:02:58
Revision:342323Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
1.0.1
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)
1.0.1
05 Jun 2013 18:24:42
Revision:320012Original commit files touched by this commit
jgh search for other commits by this committer
- adoption of optionsNG

Approved by:	portmgr (bapt)
1.0.1
03 Jul 2011 13:53:52
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove MD5
1.0.1
01 Apr 2010 07:26:33
Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken on various tier-2 architectures.
1.0.1
22 Jan 2006 12:50:54
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.0.1
01 Jan 2006 13:37:43
Original commit files touched by this commit
trhodes search for other commits by this committer
Fix build after time_t change.

Requested by:   kris
Apologies to:   mi
1.0.1
14 Sep 2004 16:15:06
Original commit files touched by this commit
mi search for other commits by this committer
Upgrade from 1.0 to 1.0.1, which fixes the fatal warning on 64-bit systems.

Approved by:    portmgr (marcus)
1.0
15 Aug 2004 18:42:18
Original commit files touched by this commit
mi search for other commits by this committer
For the first time, add a port of my own piece of code...

This milter does not itself filter spam, instead it memorizes the
verdicts issued by your other anti-spam defenses to reduce the system
load and resource consumption, by temporarily rejecting the relays
suspected of spamming (banned) and, optionally, by permanently rejecting
the relays "convicted" of spamming (blacklisted).

The idea is to stem the spam from real spam sources, while reducing the
ill effects of false-positives to merely delaying, rather than rejecting
future messages.

WWW: http://virtual-estates.net/skem/

Number of commits found: 31