From c4190e0fcfad7fe5f4c4f480276fbaec75a44631 Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Mon, 12 Aug 2013 17:22:39 +0000 Subject: [PATCH] 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. MFC after: 3 days --- 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 3ba61fd5460a..cb4d6f4685f0 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 */