From 4bd8d10f5a8cab2a597d15712e9b9203a26973ff Mon Sep 17 00:00:00 2001 From: gshapiro Date: Thu, 15 Aug 2013 01:31:31 +0000 Subject: [PATCH] MFC: Temporarily revert sendmail 8.14.7 change to getipnodebyname() flags to prevent problems between the resolver and Microsoft DNS servers with AAAA lookups. The upstream open source project will work on a more permanent fix for the next release. Issue noted by Pavel Timofeev. Approved by: re (glebius) git-svn-id: svn://svn.freebsd.org/base/releng/9.2@254346 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- contrib/sendmail/include/sm/os/sm_os_freebsd.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/sendmail/include/sm/os/sm_os_freebsd.h b/contrib/sendmail/include/sm/os/sm_os_freebsd.h index 3ba61fd5..cb4d6f46 100644 --- a/contrib/sendmail/include/sm/os/sm_os_freebsd.h +++ b/contrib/sendmail/include/sm/os/sm_os_freebsd.h @@ -39,3 +39,7 @@ #ifndef SM_CONF_MSG # define SM_CONF_MSG 1 #endif /* SM_CONF_MSG */ + +#ifndef SM_IPNODEBYNAME_FLAGS +# define SM_IPNODEBYNAME_FLAGS AI_DEFAULT|AI_ALL +#endif /* SM_IPNODEBYNAME_FLAGS */ -- 2.45.0