Sendmail-8.14.7 doesn't work with MS DNS in IPv4 network

Mark Felder feld at FreeBSD.org
Thu Aug 8 11:39:19 UTC 2013


On Thu, Aug 8, 2013, at 4:35, Pavel Timofeev wrote:
> I tried to revert mentioned patch, i.e. applied this
> 
> --- sendmail/conf.c.orig        2013-08-08 12:28:40.000000000 +0400
> +++ sendmail/conf.c     2013-08-08 12:31:17.000000000 +0400
> @@ -4294,12 +4294,7 @@
>  #else /* (SOLARIS > 10000 && SOLARIS < 20400) || (defined(SOLARIS) &&
> SOLARIS < 204) || (defined(sony_news) && defined(__svr4)) */
>         int nmaps;
>  # if NETINET6
> -#  ifndef SM_IPNODEBYNAME_FLAGS
> -    /* For IPv4-mapped addresses, use: AI_DEFAULT|AI_ALL */
> -#   define SM_IPNODEBYNAME_FLAGS       AI_ADDRCONFIG
> -#  endif /* SM_IPNODEBYNAME_FLAGS */
> -
> -       int flags = SM_IPNODEBYNAME_FLAGS;
> +       int flags = AI_DEFAULT|AI_ALL;
>         int err;
>  # endif /* NETINET6 */
>         char *maptype[MAXMAPSTACK];
> 
> Sendmail started to work
> 


Is this patch going to be applied to revert this behavior before
9.2-RELEASE? It seems to me that 8.14.7 violates our POLA...


More information about the freebsd-stable mailing list