Port details |
- postfix-policyd-spf-perl SPF policy service for Postfix written in Perl
- 2.011 mail =4 2.011Version of this port present on the latest quarterly branch.
- Maintainer: ports.maintainer@evilphi.com
- Port Added: 2009-01-27 05:40:30
- Last Update: 2022-12-23 21:32:38
- Commit Hash: 4cfbe29
- People watching this port, also watch:: unbound, spamassassin, squid, python27, notmuch
- License: GPLv2
- WWW:
- https://launchpad.net/postfix-policyd-spf-perl/
- Description:
- postfix-policyd-spf-perl is an RFC-4408-compliant SPF policy service for
postfix written in Perl.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- postfix-policyd-spf-perl>0:mail/postfix-policyd-spf-perl
- To install the port:
- cd /usr/ports/mail/postfix-policyd-spf-perl/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/postfix-policyd-spf-perl
- pkg install postfix-policyd-spf-perl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: postfix-policyd-spf-perl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1670852909
SHA256 (postfix-policyd-spf-perl-2.011.tar.gz) = 51e295c8bfc714f7e827bd39d674430a9da9ce1658339b7c6cc2537949d82d61
SIZE (postfix-policyd-spf-perl-2.011.tar.gz) = 15562
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- p5-Mail-SPF>=2.006 : mail/p5-Mail-SPF
- p5-NetAddr-IP>=4 : net-mgmt/p5-NetAddr-IP
- p5-Sys-Hostname-Long>=0 : sysutils/p5-Sys-Hostname-Long
- 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_postfix-policyd-spf-perl
- USES:
- perl5 shebangfix
- pkg-message:
- For install:
- The service is not enabled by default. Enable it by doing the following:
1. Add the following to /etc/postfix/master.cf:
spf-policy unix - n n - 0 spawn
user=nobody argv=/usr/local/libexec/postfix-policyd-spf-perl
The user nobody is fine if you have no other daemons running as nobody.
Otherwise, you should use a dedicated user and group for this policy
service.
2. Add "spf-policy_time_limit = 3600" to main.cf.
3. Configure the Postfix policy service in /usr/local/etc/postfix/main.cf:
smtpd_recipient_restrictions =
...
reject_unauth_destination
...
check_policy_service unix:private/spf-policy
...
NOTE: Specify check_policy_service AFTER reject_unauth_destination or your
system may become an open relay.
4. Restart Postfix.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.011 23 Dec 2022 21:32:38 |
Nuno Teixeira (eduardo) Author: Mel Pilgrim |
mail/postfix-policyd-spf-perl: Update to 2.011
ChangeLog: https://git.launchpad.net/postfix-policyd-spf-perl/tree/CHANGES
PR: 268330 |
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) |
2.010_1 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 ) |
2.010_1 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 ) |
2.010_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.010_1 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
2.010_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.010_1 21 Mar 2015 20:03:17 |
sunpoet |
- Fix *_DEPENDS: version is already in all supported Perl releases
- Add LICENSE [1]
- Bump PORTREVISION for dependency change
Approved by: portmgr (blanket) [1]
With hat: perl |
2.010 22 May 2014 05:47:20 |
miwi |
- Update to 2.1.10
PR: 189458
Submitted by: Paul J Murphy <paul@inetstat.net>
Approved by: maintainer |
2.007 29 Mar 2014 08:49:46 |
sunpoet |
- Support STAGEDIR
PR: ports/188038
Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
Approved by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer) |
2.007 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
2.007 04 Sep 2013 13:07:41 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
2.007 16 Dec 2012 06:12:28 |
az |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
2.007 30 Jun 2012 13:10:10 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
2.007 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
2.007 27 Jan 2009 05:43:45 |
beech |
Remove bak file |
2.007 27 Jan 2009 05:39:46 |
beech |
postfix-policyd-spf-perl is an RFC-4408-compliant SPF policy service for
postfix written in Perl.
WWW: http://www.openspf.org/Software/
PR: ports/131000
Submitted by: Darren Pilgrim <ports.maintainer at evilphi.com> |