Port details |
- milter-skem Cache earlier sendmail's verdicts for the relays
- 1.0.2_4 mail =2 1.0.2_4Version of this port present on the latest quarterly branch.
- Maintainer: ports@virtual-estates.net
- Port Added: 2004-08-15 12:36:59
- Last Update: 2024-05-18 08:22:43
- Commit Hash: 2b92bd7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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):
- 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_4:
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.2_4 18 May 2024 08:22:43 |
Gleb Popov (arrowd) |
*: Change the MAINTAINER field per request
PR: 278267 |
1.0.2_3 21 Mar 2024 07:51:20 |
Christian Weisgerber (naddy) |
mail/milter-skem: Move man pages to share/man
Approved by: portmgr (blanket) |
1.0.2_2 30 Nov 2022 18:56:32 |
Ed Maste (emaste) |
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 |
Stefan Eßer (se) |
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 |
Stefan Eßer (se) |
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 ) |
1.0.2_2 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
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 ) |
1.0.2_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.2_2 18 Mar 2020 19:14:53 |
mi |
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 |
antoine |
Mark a few ports BROKEN (unfetchable) |
1.0.2_2 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.0.2_2 01 Jul 2018 10:17:19 |
dinoex |
- 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 |
mi |
Quickly revert the previous commit -- 1.0.3 is not ready. |
1.0.3 26 Jan 2017 00:19:18 |
mi |
Upgrade from 1.0.2 to 1.0.3. |
1.0.2_1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.0.2_1 01 Apr 2016 14:16:20 |
mat |
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 |
dinoex |
- set dependency to libmilter, bump PORTREVISION |
1.0.2 26 Feb 2016 07:46:32 |
dinoex |
- set dependency to libmilter |
1.0.2 24 Feb 2016 17:50:42 |
mi |
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 |
danfe |
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 |
mat |
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 |
marino |
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 |
marino |
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 |
antoine |
Allow staging as a regular user |
1.0.1 29 Jul 2014 21:43:18 |
adamw |
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 |
miwi |
- Stage support |
1.0.1 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.0.1 05 Jun 2013 18:24:42 |
jgh |
- adoption of optionsNG
Approved by: portmgr (bapt) |
1.0.1 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
1.0.1 01 Apr 2010 07:26:33 |
linimon |
Mark as broken on various tier-2 architectures. |
1.0.1 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.1 01 Jan 2006 13:37:43 |
trhodes |
Fix build after time_t change.
Requested by: kris
Apologies to: mi |
1.0.1 14 Sep 2004 16:15:06 |
mi |
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 |
mi |
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/ |