Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Aug 2013 06:39:12 -0500
From:      Mark Felder <feld@FreeBSD.org>
To:        freebsd-stable@freebsd.org
Subject:   Re: Sendmail-8.14.7 doesn't work with MS DNS in IPv4 network
Message-ID:  <1375961952.24413.7481975.02B045E3@webmail.messagingengine.com>
In-Reply-To: <CAAoTqfvxwFkPb_MVKEPeRW4s2S5oGUO-s0TFQR%2Bq5BvBUGTKyQ@mail.gmail.com>
References:  <CAAoTqfurC_A8EsSz=jz4Cpkxj1=JutVnYQ-rpaB5eVyshm1g8w@mail.gmail.com> <20130807160528.GC13555@minime.local> <CAAoTqfvxwFkPb_MVKEPeRW4s2S5oGUO-s0TFQR%2Bq5BvBUGTKyQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1375961952.24413.7481975.02B045E3>