Path to this page:
./
mail/gld,
Standalone greylisting server for Postfix
Branch: pkgsrc-2022Q3,
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!
===========================================================================
Package options: mysql
Master sites:
Filesize: 39.298 KB
Version history: (Expand)
- (2022-09-26) Package added to pkgsrc.se, version gld-1.7nb7 (created)