Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Message

Re: [milter-greylist] milter-greylist-1.5.7 is out

2004-09-14 by Hajimu UMEMOTO

Hi,

>>>>> On Mon, 13 Sep 2004 21:05:32 +0200
>>>>> manu@... said:

manu> ftp://ftp.espci.fr/pub/milter-greylist/milter-greylist-1.5.7.tgz

It seems that you re-generated config.h.in, then HAVE_GETADDRINFO and
HAVE_GETNAMEINFO were blew away.
Without these definition, we cannot specify FQDN in peer.
Please apply following patch to configure.ac and re-generate
config.h.in.

Index: configure.ac
diff -u configure.ac.orig configure.ac
--- configure.ac.orig	Tue Sep 14 03:41:54 2004
+++ configure.ac	Tue Sep 14 16:37:57 2004
@@ -190,8 +190,8 @@
   ifelse([$3], , :, [$3])
 fi])
 
-IPv6_CHECK_FUNC(getaddrinfo)
-IPv6_CHECK_FUNC(getnameinfo)
+IPv6_CHECK_FUNC(getaddrinfo, AC_DEFINE([HAVE_GETADDRINFO], [], [Define to 1 if you have the `getaddrinfo' function.]))
+IPv6_CHECK_FUNC(getnameinfo, AC_DEFINE([HAVE_GETNAMEINFO], [], [Define to 1 if you have the `getnameinfo' function.]))
 
 # Check if <syslog.h> defines LOG_PERROR
 AC_MSG_CHECKING([if <syslog.h> defines LOG_PERROR])

Sincerely,

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume@...  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.