Subject: CVS commit: pkgsrc/mail/gld
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/02/2006 21:03:39
Module Name:	pkgsrc
Committed By:	wiz
Date:		Thu Mar  2 21:03:39 UTC 2006
Modified Files:
	pkgsrc/mail/gld: Makefile distinfo
	pkgsrc/mail/gld/patches: patch-aa patch-ab patch-ac patch-ad patch-ae
	    patch-af
Log Message:
Update to 1.6:
16/09/2005 : V 1.6
	- Removed the algorithm lightgreydomain as the new mxgrey
	  does better and simpler
	- Removed the UPDATE option, now gld always update triplets.
	- Fixed a minor flaw in the MXGREY algorithm.
	- Now you can configure MXGREY to consider an ip as a safe
	  MX after X succesful greylists instead of only 1 . (read
	  gld.conf for details)
	- Now gld updates the counters only when mail is not
	  greylisted
	- Added Training mode, read gld.conf for details
	- Now gld verify that if you supply a custom smtp code,
	  it's a 4XX code otherwise gld discard it and use 450 .
	- If gld cannot connect to MySQL server on startup
	  it will not refuse to run anymore, but will set keepdbopen
	  to 0 and accept to run .
	- The sample config file provided now only listen to loopback
	  only accept connection from localhost and runs as nobody/
	  nobody.
	WARNING: if you were using lightgreydomain algorithm, it
	has been discontinued use MXGREY in place, please read
	gld.conf for details.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/mail/gld/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/mail/gld/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/mail/gld/patches/patch-aa
cvs rdiff -r1.3 -r1.4 pkgsrc/mail/gld/patches/patch-ab
cvs rdiff -r1.1 -r1.2 pkgsrc/mail/gld/patches/patch-ac \
    pkgsrc/mail/gld/patches/patch-ad pkgsrc/mail/gld/patches/patch-ae \
    pkgsrc/mail/gld/patches/patch-af
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.