Port details |
- postfix-policyd-weight Weighted policy daemon for postfix
- 0.1.15.2_7 mail =17 0.1.15.2_7Version 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
- Port Added: 2005-04-25 16:54:40
- Last Update: 2024-01-09 13:27:13
- Commit Hash: cb347ec
- People watching this port, also watch:: postfix, amavisd-new, clamav, postfixadmin-php82, postfix-current
- License: GPLv2+
- WWW:
- https://www.policyd-weight.org/
- Description:
- Policyd-weight is (as the name says) a weighted policyd for Postfix.
It uses HELO, MAIL FROM and the MTA IP address for scoring their
correctness. It also uses definable DNSBLs and RHSBLs in a scored fashion.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- postfix-policyd-weight>0:mail/postfix-policyd-weight
- To install the port:
- cd /usr/ports/mail/postfix-policyd-weight/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/postfix-policyd-weight
- pkg install postfix-policyd-weight
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: postfix-policyd-weight
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (policyd-weight-0.1.15.2.tar.gz) = 7aee2b5b71a89dd774d8dfff761e0ddc7910b38dbe42f895ca21e8af7a30bb42
SIZE (policyd-weight-0.1.15.2.tar.gz) = 75347
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-Net-DNS>=0.72 : dns/p5-Net-DNS
- p5-Net-IP>0 : net-mgmt/p5-Net-IP
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_postfix-policyd-weight
- USES:
- perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.15.2_7 09 Jan 2024 13:27:13 |
Baptiste Daroussin (bapt) |
MAN[4-8]PREFIX: eleminate its usage and move man to share/man |
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) |
0.1.15.2_6 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 ) |
0.1.15.2_6 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 ) |
0.1.15.2_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.15.2_6 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
0.1.15.2_6 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.1.15.2_6 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.1.15.2_6 11 Dec 2015 21:14:27 |
pi |
mail/postfix-policyd-weight: Fix with new Net::DNS version
- Fix bug that re-appeared after Net::DNS was updated to most recent version
PR: 201753, 205253
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> |
0.1.15.2_5 19 Oct 2015 14:50:52 |
amdmi3 |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
0.1.15.2_5 27 Sep 2015 23:52:01 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Fix WWW: |
0.1.15.2_5 27 Sep 2015 11:47:12 |
ohauer |
- fix with latest NET::DNS
- re-assign Maintainer to ports@
(I do no longer use this port)
PR: 201753
Submitted by: Patrik Hildingsson, pi@ |
0.1.15.2_4 20 Jan 2015 22:09:49 |
ohauer |
- use absolute perl path,
seems '/usr/bin/env perl' does not play nice
with perl 5.20 during system restarts
PR: 196933
Submitted by: Frank Reppin |
0.1.15.2_3 09 Jan 2015 20:59:10 |
ohauer |
- remove dead rhsbl.ahbl.org [1]
- install policyd-weight.conf with the @sample macro
- alert user if any of this deprecated lists is found in policyd-weight.conf
dnsbl.njabl.org
rbl.ipv6-world.net
rhsbl.ahbl.org
dsn.rfc-ignorant.org
postmaster.rfc-ignorant.org
abuse.rfc-ignorant.org
[1] Noted by: Herbert J. Skuhra
MFH: 2015Q1 |
0.1.15.2_2 04 Sep 2014 19:26:24 |
antoine |
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr |
0.1.15.2_2 25 May 2014 13:39:43 |
ohauer |
- fix for new Net::DNS>=0.72
- bump required Net::DNS to >=0.72
- bump PORTREVISION |
0.1.15.2_1 24 May 2014 08:00:33 |
ohauer |
- fix build with changed Net::DNS API
in version Net::DNS v0.52 netdns_dn_expand was added as replacement for
dn_expand
in version Net::DNS v0.74 dn_expand was removed
- bump PORTREVISION
Tanks to Herbert J. Skuhra for notify about the Net::DNS issue on ports@ |
0.1.15.2 15 Mar 2014 16:47:53 |
ohauer |
- remove bogus '\' |
0.1.15.2 15 Mar 2014 16:42:26 |
ohauer |
- update to 0.1.15.2 (beta1 -> beta2)
- use patches instead post-patch and sync man pages
- adopt some patches from debian
- install sample config with mode 644 instead 444
- add dnsbl-1.uceprotect.net as possible candidate to sample config
(commented out per default) |
0.1.15.1_3 15 Mar 2014 14:08:07 |
ohauer |
- remove BL_NJABL (njabl.org)
- add stage support
- add LICENSE |
0.1.15.1_2 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.1.15.1_2 14 Sep 2013 18:12:50 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
0.1.15.1_2 06 Oct 2012 08:42:01 |
ohauer |
- remove rfc-ignorant
rfc-ignorant: all entrieys will be marked as deprecated starting on 2012-09-30
http://rfc-ignorant.org/endofanera.php |
0.1.15.1_1 07 Jun 2012 12:05:48 |
ohauer |
- remove dead rbl sites (SFNET bug ID: 2765629, 3400804)
- fix dependency
- remove SITE_PERL from *_DEPENDS
- use ports framework to create polw user/group
- take maintainer (agreed by old maintainer/author via PM)
PR: ports/167213
Submitted by: ohauer
Approved by: old maintainer |
0.1.15.1 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. |
0.1.15.1 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
0.1.15.1 20 Oct 2010 08:06:14 |
wen |
- Update to 0.1.15.1
PR: ports/151584
Submitted by: Robert Felber <robtone@ek-muc.de> (maintainer) |
0.1.14.17_2 14 Jun 2009 20:25:17 |
wxs |
- Don't hardcore prefix in RC script.
PR: ports/135504
Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
Approved by: Robert Felber <robtone@ek-muc.de> (maintainer) |
0.1.14.17_2 21 Apr 2009 19:04:14 |
wxs |
- Remove list.dsbl.org from the settings.
PR: ports/133753
Submitted by: olli hauer <ohauer@gmx.de>
Approved by: Robert Felber <robtone@ek-muc.de> (maintainer) |
0.1.14.17_1 05 May 2008 08:22:35 |
itetcu |
- fix rc.d script and bump PORTREVISION
- small portlint
PR: ports/123411
Submitted by: Sahil Tandon
Approved by: maintainer |
0.1.14.17 06 Apr 2008 05:00:34 |
rafan |
- Update to 0.1.14.17
PR: ports/122194
Submitted by: Robert Felber <robtone at ek-muc.de> (maintainer)
Security: multiple working directory symlink vulnerabilities |
0.1.14.14 20 Jan 2008 21:55:49 |
miwi |
- Update to 0.1.14.14
PR: 119691
Submitted by: Robert Felber <robtone@ek-muc.de> (maintainer) |
0.1.14.5 07 Oct 2007 05:45:04 |
linimon |
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 |
0.1.14.5 27 May 2007 10:40:39 |
miwi |
- Update to 0.14.5
From Changelog:
0.1.14.4
- DNS Errors were not handled correctly. May lead to a DoS.
- DNS Error responses were subsequently concatenated
0.1.14.5
- 'A' lookups were not performed if 'MX' lookups returned NXDOMAIN
(introduced in 0.1.14.4)
- Detection Regex of dynamic clients corrected
- man 8 policyd-weight minor changes to reflect MTA states
PR: 112567
Submitted by: Robert Felber <robtone@ek-muc.de> (maintainer) |
0.1.14.3 27 Feb 2007 09:32:18 |
miwi |
- Update to 0.1.14 b3
Changelog:
http://www.policyd-weight.org/releases/changes.txt
PR: 109592
Submitted by: Robert Felber <robtone@ek-muc.de> (maintainer) |
0.1.14 06 Nov 2006 07:17:11 |
clsung |
- Update to 0.1.14
PR: ports/104889
Submitted by: maintainer (Robert Felber) |
0.1.12 06 Dec 2005 16:12:44 |
mnag |
Update to 0.1.12
Update MASTER_SITES and WWW
Add SHA256
PR: 90018
Submitted by: maintainer |
0.1.11 24 Oct 2005 09:33:33 |
jylefort |
Update to 0.1.11
PR: ports/87912
Submitted by: maintainer |
0.1.10 06 Sep 2005 07:45:06 |
jylefort |
Update to 0.1.10
PR: ports/85785
Submitted by: maintainer |
0.1.8 22 Jun 2005 09:06:02 |
pav |
- Update to 0.1.8
PR: ports/82471
Submitted by: Robert Felber <robtone@ek-muc.de> (maintainer) |
0.1.7 02 Jun 2005 13:39:36 |
jylefort |
Update to 0.1.7
PR: ports/81796
Submitted by: maintainer |
0.1.6 07 May 2005 18:34:00 |
jylefort |
Update to 0.1.6
PR: ports/80648
Submitted by: maintainer |
0.1.4 30 Apr 2005 08:36:27 |
jylefort |
- Update to 0.1.4
- Fix p5-Net-DNS dependency file
PR: ports/80448
Submitted by: maintainer |
0.1.2 25 Apr 2005 16:54:05 |
jylefort |
Policyd-weight is (as the name says) a weighted policyd for Postfix.
It uses HELO, MAIL FROM and the MTA IP address for scoring their
correctness. It also uses definable DNSBLs in a scored fashion.
WWW: http://robtone.mine.nu/postfix/
PR: ports/80329
Submitted by: Robert Felber <robtone@ek-muc.de> |