Commit graph

12 commits

Author SHA1 Message Date
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
ghen
b56da72829 Update to gld-1.7. Only one change over 1.6:
Removed the KEEPDBOPEN option as it could lead to multiple instance of gld
running when mail traffic is low and thus father process MYSQL connection
timeout.  Furthermore, after tests, efficency is the same.

KEEPDBOPEN option is now silently ignored to forced to NO.
2007-04-18 17:06:16 +00:00
sketch
17183945bb Solaris fixes:
- Link against socket libraries.

  - Don't try to return a value from a void function (SunPro).
2006-07-10 20:32:59 +00:00
wiz
f133114add 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.
2006-03-02 21:03:39 +00:00
wiz
8d64305603 Fix build both for mysql and pgsql backends.
Addresses second part of PR 32969 by Greg Oster.
2006-03-02 20:49:39 +00:00
salo
632b869611 Add rcsid. 2005-04-13 17:14:01 +00:00
salo
014ef2305e Install all the correct files.. 2005-04-13 17:12:08 +00:00
salo
8158a84ced Fix installation of sql scripts.
This package needs more work.. (e.g., pgsql support)
2005-04-13 17:07:49 +00:00
salo
73ff8288a1 Put the correct content into patch-ab.. *sigh* 2005-04-13 17:00:14 +00:00
salo
5df249b309 Split patch-ab to one patch per file. 2005-04-13 16:36:07 +00:00
christos
e8f1c6171b Update to 1.5 to fix security vulnerability issues.
- Add more patches to totally eliminate strcpy(); this code is horrible.
2005-04-13 16:19:59 +00:00
xtraeme
46ae16ea0b Initial import of gld-1.4 into the NetBSD packages collection.
Gld is a standalone greylisting server for Postfix SMTP, it
listens on a TCP port and use MySQL for storing data.

The server supports whitelists based on sender,sender_domain
and client_ip, it supports also light greylisting and DNS white
lists.
2004-11-25 05:42:40 +00:00