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/Message
Re: [milter-greylist] milter-greylist-1.5.7 is out
2004-09-14 by Hajimu UMEMOTO
Attachments
- No local attachments were found for this message.