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
This commit is contained in:
parent
2c9c61defa
commit
c4190e0fcf
@ -39,3 +39,7 @@
|
|||||||
#ifndef SM_CONF_MSG
|
#ifndef SM_CONF_MSG
|
||||||
# define SM_CONF_MSG 1
|
# define SM_CONF_MSG 1
|
||||||
#endif /* SM_CONF_MSG */
|
#endif /* SM_CONF_MSG */
|
||||||
|
|
||||||
|
#ifndef SM_IPNODEBYNAME_FLAGS
|
||||||
|
# define SM_IPNODEBYNAME_FLAGS AI_DEFAULT|AI_ALL
|
||||||
|
#endif /* SM_IPNODEBYNAME_FLAGS */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user