From owner-freebsd-stable@FreeBSD.ORG Wed Jul 31 16:18:38 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 40B6852E for ; Wed, 31 Jul 2013 16:18:38 +0000 (UTC) (envelope-from jdavidlists@gmail.com) Received: from mail-oa0-x22e.google.com (mail-oa0-x22e.google.com [IPv6:2607:f8b0:4003:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 09EF52A2C for ; Wed, 31 Jul 2013 16:18:37 +0000 (UTC) Received: by mail-oa0-f46.google.com with SMTP id l10so1913398oag.5 for ; Wed, 31 Jul 2013 09:18:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=8mwtk2sDTV3TA+miOmyZ7qF8N+2h/MZNtV7ErIR4BEw=; b=n/VcQcYVl9yEajsVQPFh3nCd2xnX0t3nzaKoAS3sWgBOSVaonB90AS6VfEGI7q0IiG w5ecinjStwuziS5EqNIfF/ZNA4fTTRNvMuL2iJKV2seiOvVeJW92kq8go3rvWV15NbrP yPC946CQCKIt1SRaJ9ujhrUonb6rvMoaoysFG7CLtn7XjMTe+CTlObWSlsNBESdD8PBg B1tFzvQG0L50PTacRhgRP4nkXBvFhwhg1z5eLsiHZ8I4jOdHy1+bajxnvQQXwqIWB76E 7VBJ99Fkc77xdyuqq5UtgEW56pPu4jPmrxgyR352vjO1/YAC/7C2e+AKU7aR32Il42xZ qVAQ== MIME-Version: 1.0 X-Received: by 10.43.152.210 with SMTP id kx18mr22289549icc.39.1375287517372; Wed, 31 Jul 2013 09:18:37 -0700 (PDT) Sender: jdavidlists@gmail.com Received: by 10.42.114.73 with HTTP; Wed, 31 Jul 2013 09:18:37 -0700 (PDT) In-Reply-To: References: Date: Wed, 31 Jul 2013 12:18:37 -0400 X-Google-Sender-Auth: QNdoDk_CVZAtDaKFtjpnKe1vXwg Message-ID: Subject: Re: Strange sendmail behaviour after upgrade to 9.1-BETA2 From: J David To: Pavel Timofeev Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 16:18:38 -0000 On Wed, Jul 31, 2013 at 8:54 AM, Pavel Timofeev wrote: > I've just installed new fresh 9.2-BETA2 amd64 on another machine. > Same behavior - Sendmail asks DNS only for AAAA record of mx server. We also noticed one of our machines suddenly started using IPv6 to send outbound email (from Postfix rather than Sendmail) after it was upgraded from 8.4 to 9-STABLE a bit ago. I think there's been a change in the default IPv6 behavior between 8 and 9. Probably one of the many important things in UPDATING that always seems to slip past me. We use IPv6 extensively, so we were pleased after the initial surprise, but if you don't then ip6addrctl is probably the right temporary answer until you do.