Path to this page:
./
mail/gld,
Standalone greylisting server for Postfix
Branch: CURRENT,
Version: 1.7nb7,
Package name: gld-1.7nb7,
Maintainer: pkgsrc-usersGld is a standalone greylisting daemon for Postfix. It listens on a TCP port
and uses MySQL or PostgreSQL for storing its data.
The server supports whitelists based on sender, sender_domain and client_ip.
It also supports light greylisting and DNS whitelists.
MESSAGE.mysql [+/-]===========================================================================
$NetBSD: MESSAGE.mysql,v 1.1 2006/03/02 20:54:08 wiz Exp $
To configure gld, the following steps should be completed:
$ mysql -e "create database gld"
$ mysql -e "grant all on gld.* to gld@localhost identified by 'PASSWORD'"
$ mysql gld < ${PREFIX}/share/gld/tables.mysql
Modify "PASSWORD" with your desired password.
Now edit your postfix's main.cf configuration file, and add the following
line:
smtpd_recipient_restrictions = permit_mynetworks,
reject_unauth_destination,
check_policy_service inet:127.0.0.1:2525
Start gld via ${RCD_SCRIPTS_DIR}/gld start
It should be running fine now; good luck!
===========================================================================
Required to run:[
databases/mysql57-client]
Required to build:[
pkgtools/cwrappers]
Package options: mysql
Master sites:
Filesize: 39.298 KB
Version history: (Expand)
- (2021-06-24) Updated to version: gld-1.7nb7
- (2020-11-01) Updated to version: gld-1.7nb6
- (2017-11-23) Package has been reborn
- (2016-10-12) Updated to version: gld-1.7nb5
- (2013-07-12) Updated to version: gld-1.7nb4
- (2013-03-03) Updated to version: gld-1.7nb3
CVS history: (Expand)
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-07 16:25:52 by Nia Alarie | Files touched by this commit (357) |
Log message:
mail: Remove SHA1 hashes for distfiles
|
2021-06-23 22:33:18 by Nia Alarie | Files touched by this commit (103) |
Log message:
Revbump for MySQL default change
|
2020-11-01 15:21:44 by S.P.Zeidler | Files touched by this commit (3) |
Log message:
building the gld package against pgsql broke, this commit fixes it.
pkgrev bumped for the changes to files/gld.sh
|
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
|
2017-08-01 16:59:08 by Thomas Klausner | Files touched by this commit (211) |
Log message:
Follow some http -> https redirects.
|
2016-10-09 23:42:04 by Thomas Klausner | Files touched by this commit (110) |
Log message:
Recursive bump for all users of pgsql now that the default is 95.
|
2015-11-04 00:27:24 by Alistair G. Crooks | Files touched by this commit (312) |
Log message:
Add SHA512 digests for distfiles for mail category
Problems found locating distfiles:
Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
Package pine: missing distfile fancy.patch.gz
Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
Package qmail: missing distfile badrcptto.patch
Package qmail: missing distfile outgoingip.patch
Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|