Path to this page:
./
mail/postgrey,
Postfix Greylist Policy Server
Branch: CURRENT,
Version: 1.37nb1,
Package name: postgrey-1.37nb1,
Maintainer: pkgsrc-usersPostgrey is a Postfix policy server implementing greylisting developed
by David Schweikert.
Compared to greylist.pl included with Postfix (2.1.1), Postgrey has the
following additional features:
- Safer database handling: Postgrey does use the logging and transaction
features of BerkeleyDB to maximize reliability.
- Automatical cleaning of the database: Entries that were last seen
more than a defined amount of time get removed automatically.
Required to run:[
databases/db4] [
databases/p5-BerkeleyDB] [
lang/perl5] [
net/p5-Net-Server] [
net/p5-NetAddr-IP] [
devel/p5-IO-Multiplex]
Master sites:
Filesize: 40.835 KB
Version history: (Expand)
- (2022-06-28) Updated to version: postgrey-1.37nb1
- (2021-10-20) Updated to version: postgrey-1.37
- (2021-05-25) Updated to version: postgrey-1.36nb8
- (2020-09-01) Updated to version: postgrey-1.36nb7
- (2019-09-07) Updated to version: postgrey-1.36nb6
- (2019-09-06) Updated to version: postgrey-1.36nb5
CVS history: (Expand)
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:54:34 by Nia Alarie | Files touched by this commit (356) |
Log message:
mail: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles were unfetchable (possibly fetched
conditionally?):
./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
|
2021-10-20 18:15:53 by Thomas Merkel | Files touched by this commit (4) | |
Log message:
mail/postgrey: Update to 1.37
* 2016-09-22: version 1.37
- added initial test suite
- testing using travis-ci (https://travis-ci.org/schweikert/postgrey)
- removed IP pool-detection code for --lookup-by-net, because it matched
also the naming of some big hosters like facebook (#32, Michal Petrucha,
Andrew Ayer, Jon Sailor)
- fix early logging of errors and warnings to syslog
- simplified IP matching code
- added support for IPv6 whitelists with netmask
- add network-range based whitelist for Office 365 (Holger Stember)
- updated whitelist
|
2021-10-07 16:25:52 by Nia Alarie | Files touched by this commit (357) |
Log message:
mail: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-09-07 19:13:56 by Kimmo Suominen | Files touched by this commit (2) |
Log message:
Avoid an error about pidfile removal on service stop
|