summaryrefslogtreecommitdiff
path: root/mail/gld/patches/patch-ae
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-03-02 21:03:39 +0000
committerwiz <wiz@pkgsrc.org>2006-03-02 21:03:39 +0000
commitf133114add44dbac77cb6b992321e5ffb2c19b92 (patch)
tree8aa9d09b09e6f5dabbafe6a261582765253b69c3 /mail/gld/patches/patch-ae
parent696ac67d3a78f7e1cfa12fd8eac36e3d47734cf9 (diff)
downloadpkgsrc-f133114add44dbac77cb6b992321e5ffb2c19b92.tar.gz
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.
Diffstat (limited to 'mail/gld/patches/patch-ae')
-rw-r--r--mail/gld/patches/patch-ae18
1 files changed, 9 insertions, 9 deletions
diff --git a/mail/gld/patches/patch-ae b/mail/gld/patches/patch-ae
index 66f35278cbe..2ccec646d27 100644
--- a/mail/gld/patches/patch-ae
+++ b/mail/gld/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.1 2005/04/13 16:36:07 salo Exp $
+$NetBSD: patch-ae,v 1.2 2006/03/02 21:03:39 wiz Exp $
---- sockets.c.orig 2004-10-12 08:39:34.000000000 -0400
-+++ sockets.c 2005-04-13 12:06:13.000000000 -0400
-@@ -540,7 +540,7 @@
+--- sockets.c.orig 2004-10-12 14:39:34.000000000 +0200
++++ sockets.c
+@@ -540,7 +540,7 @@ int CloseSocket(int s)
/* */
/************************************************/
@@ -11,7 +11,7 @@ $NetBSD: patch-ae,v 1.1 2005/04/13 16:36:07 salo Exp $
{
struct hostent *hostptr;
struct in_addr *ptr;
-@@ -552,7 +552,11 @@
+@@ -552,7 +552,11 @@ if(hostptr->h_addrtype != AF_INET) retur
ptr=(struct in_addr *) *hostptr->h_addr_list;
@@ -24,7 +24,7 @@ $NetBSD: patch-ae,v 1.1 2005/04/13 16:36:07 salo Exp $
return(0);
}
-@@ -572,13 +576,14 @@
+@@ -572,13 +576,14 @@ return(0);
/* */
/************************************************/
@@ -41,7 +41,7 @@ $NetBSD: patch-ae,v 1.1 2005/04/13 16:36:07 salo Exp $
return(0);
}
-@@ -599,7 +604,7 @@
+@@ -599,7 +604,7 @@ return(0);
/* */
/************************************************/
@@ -50,7 +50,7 @@ $NetBSD: patch-ae,v 1.1 2005/04/13 16:36:07 salo Exp $
{
struct hostent *hostptr;
-@@ -609,7 +614,8 @@
+@@ -609,7 +614,8 @@ addr.s_addr=inet_addr(ip);
if((hostptr=(struct hostent *)gethostbyaddr((char *)&addr,sizeof(struct in_addr),AF_INET))==NULL) return(S_HOST_ERR);
@@ -60,7 +60,7 @@ $NetBSD: patch-ae,v 1.1 2005/04/13 16:36:07 salo Exp $
return(0);
}
-@@ -631,20 +637,27 @@
+@@ -631,20 +637,27 @@ return(0);
/* */
/************************************************/