Path to this page:
./
mail/gld,
Standalone greylisting server for Postfix
Branch: pkgsrc-2017Q4,
Version: 1.7nb5,
Package name: gld-1.7nb5,
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/mysql55-client]
Required to build:[
pkgtools/cwrappers]
Package options: mysql
Master sites:
SHA1: e3a792f6992d063e9d93ce4183f821d78f6cb29f
RMD160: 0e8190a668ecd88e19c22aa1f80d9a442d1101cf
Filesize: 39.298 KB
Version history: (Expand)
- (2018-01-02) Package added to pkgsrc.se, version gld-1.7nb5 (created)