summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2013-08-12 17:22:39 +0000
committergshapiro <gshapiro@FreeBSD.org>2013-08-12 17:22:39 +0000
commit73b283f080a6cecd0199f1cae6c1ab85b4ed13e7 (patch)
tree0fcf002ae09efd23153b66a88e0fb10b64eda068 /contrib/sendmail
parent46940b6a95b9e3cfb5abc9b6f9c26da8d3f7b0cb (diff)
downloadFreeBSD-src-73b283f080a6cecd0199f1cae6c1ab85b4ed13e7.zip
FreeBSD-src-73b283f080a6cecd0199f1cae6c1ab85b4ed13e7.tar.gz
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
Diffstat (limited to 'contrib/sendmail')
-rw-r--r--contrib/sendmail/include/sm/os/sm_os_freebsd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/sendmail/include/sm/os/sm_os_freebsd.h b/contrib/sendmail/include/sm/os/sm_os_freebsd.h
index 3ba61fd..cb4d6f4 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 */
OpenPOWER on IntegriCloud