Port details |
- smfsav Sendmail Sender Address Validator
- 1.4.0_4 mail
=3 1.4.0_4Version of this port present on the latest quarterly branch. - Maintainer: sasaki12@gmail.com
 - Port Added: 2008-02-17 21:17:15
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: openssl, vtun, sendmail, mc, iperf
- License: GPLv2
- WWW:
- https://smfs.sourceforge.net/
- Description:
- It's a lightweight, fast and reliable Sendmail milter that implements
a real-time Sender e-Mail Address Verification technology. This technology
can stop some kinds of SPAM with a spoofed sender's e-Mail address.
Also it implements a real-time Recipient e-Mail Address Verification
technology. It can be useful if your machine is a backup MX for the recipient's
domains or if your machine forwards all e-Mail messages as a relay host for your
domains to another internal or external e-Mail servers.
It's a lite alternative for the spamilter, milter-sender and milter-ahead
milters.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/mail/smfsav/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/smfsav
- pkg install smfsav
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: smfsav
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (smfsav/smf-sav-1.4.0.tar.gz) = 77a28d012330581b5ecaf126a153f049731c399e294aab0ded53c1b0abab68cc
SIZE (smfsav/smf-sav-1.4.0.tar.gz) = 21968
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 smfsav-1.4.0_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- mail_smfsav
- pkg-message:
- For install:
- 1. Inspect and edit the /usr/local/etc/smfsav.conf file
2. Add these lines to your Sendmail configuration file (usually sendmail.mc):
define(`confMILTER_MACROS_HELO', confMILTER_MACROS_HELO`, {verify}')dnl
INPUT_MAIL_FILTER(`smf-sav', `S=unix:/var/run/smfs/smf-sav.sock, T=S:30s;R:4m')dnl
3. Put line smfsav_enable="YES" to /etc/rc.conf file
4. Run `service smfsav start`
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.0_4 06 Nov 2023 10:03:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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.4.0_4 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.4.0_4 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.4.0_4 29 Sep 2021 07:11:21
    |
Yasuhiro Kimura (yasu)  Author: Kan Sasaki |
*/*: Update maintainer email
- devel/lua-stdlib-debug
- devel/lua-stdlib-normalize
- mail/smfsav
- mail/smfsav-devel
PR: 258617 258618 258619 258620
Approved by: maintainer, meta (mentor), ygy (mentor)
Differential Revision: https://reviews.freebsd.org/D32173 |
1.4.0_4 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
1.4.0_4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.4.0_4 13 Aug 2019 22:29:43
  |
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.4.0_4 30 Jun 2019 20:48:49
  |
swills  |
mail/smfsav: Fix dependency in rc.d script
PR: 238713
Submitted by: Kan Sasaki <sasaki@fcc.ad.jp> (maintainer) |
1.4.0_4 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.4.0_3 26 Aug 2017 01:18:16
  |
dbaio  |
New port: mail/smfsav-devel
mail/smfsav -> mail/smfsav-devel
This is a fork of smf-sav which was originally written by Eugene Kurmanin.
It is a "reloaded" version with heavy bugfixes maintained by Gabriele
Maria Plutzar.
WWW: http://smf-sav.anw.at/
PR: 216669
Submitted by: Kan Sasaki <sasaki@fcc.ad.jp> |
1.4.0_3 11 Jan 2017 01:53:11
  |
ler  |
Use milter framework to handle libmilter correctly
updated pkg-plist to use @sample, and changed SMF_RUN_DIR to be substituted
in the plist otherwise packaging will fail it it's redefined.
Bumped PORTREVISION.
PR: 214722
Submitted by: sasaki@fcc.ad.jp (maintainer)
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D9126 |
1.4.0_2 02 Jun 2015 13:47:21
  |
amdmi3  |
- Don't override upstream paths
- Replace hardcoded /usr/local by ${PREFIX}
- Add required_files and command_args to rc script
- Fix REINPLACE_CMD args in Makefile
PR: 199081
Submitted by: sasaki@fcc.ad.jp (maintainer) |
1.4.0_1 31 May 2015 14:16:20
  |
amdmi3  |
- Revive mail/smfsav
- Fix staging
- Add LICENSE_FILE
- Modernize pthread flags usage
- Modernize user/group handling
- Regenerate patches
- Pass maintainership to submitter
PR: 199081
Submitted by: sasaki@fcc.ad.jp |
1.4.0_1 01 Sep 2014 21:26:00
  |
bapt  |
Remove non staged ports without pending PR from ma* |
1.4.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.4.0_1 02 Nov 2012 13:44:19
  |
pawel  |
- Update MASTER_SITES
- Add LICENSE
- Fix build with new utmpx
- Convert to OptionsNG
PR: ports/172243
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
1.4.0 14 Jan 2012 08:57:23
 |
dougb  |
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. |
1.4.0 08 Jan 2012 02:28:24
 |
linimon  |
Reset bart@tapolsky.net.ua due to bounced email and long inactivity.
Hat: portmgr |
1.4.0 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.4.0 03 Jul 2011 13:53:52
 |
ohauer  |
- remove MD5 |
1.4.0 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.4.0 20 Mar 2010 15:39:08
 |
miwi  |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat |
1.4.0 27 Aug 2009 18:31:08
 |
amdmi3  |
- Fix some more SF URLs, including ones in PATCH_SITES and comments (for
consistency)
Approved by: portmgr (pav) |
1.4.0 14 Mar 2009 22:43:05
 |
miwi  |
- Fix build after strndup MFC
PR: 132009
Submitted by: Florian Smeets <flo@kasimir.com>
Approved by: maintainer timeout |
1.4.0 13 Feb 2009 09:51:06
 |
erwin  |
Also mark BROKEN on recent 7 after the MFC of strndup(3).
Submitted by: pointyhat |
1.4.0 08 Jan 2009 17:32:04
 |
erwin  |
Mark BROKEN on HEAD after the import of strndup(3).
As OSVERSION was not bumped at the time, approximate with 800058.
Submitted by: pointyhat |
1.4.0 09 Jul 2008 10:46:48
 |
gahr  |
- Unbreak on sparc64
PR: 124988
Submitted by: myself
Approved by: maintainer timeout (14 days) |
1.4.0 17 Feb 2008 21:16:47
 |
pav  |
It's a lightweight, fast and reliable Sendmail milter that implements
a real-time Sender e-Mail Address Verification technology. This technology
can stop some kinds of SPAM with a spoofed sender's e-Mail address.
Also it implements a real-time Recipient e-Mail Address Verification
technology. It can be useful if your machine is a backup MX for the recipient's
domains or if your machine forwards all e-Mail messages as a relay host for your
domains to another internal or external e-Mail servers.
It's a lite alternative for the spamilter, milter-sender and milter-ahead
milters.
WWW: http://smfs.sourceforge.net/
PR: ports/116948
Submitted by: Anton Lysenok / Bart Tapolsky <bart@tapolsky.net.ua> |