From owner-freebsd-stable@FreeBSD.ORG Tue Jul 30 14:15:16 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7834364D for ; Tue, 30 Jul 2013 14:15:16 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-ve0-x231.google.com (mail-ve0-x231.google.com [IPv6:2607:f8b0:400c:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 395DF269E for ; Tue, 30 Jul 2013 14:15:16 +0000 (UTC) Received: by mail-ve0-f177.google.com with SMTP id cz11so1875255veb.8 for ; Tue, 30 Jul 2013 07:15:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=jC36Q1ZDjqJcJ0FW+G0KwAWG/8FliUn94W01p9kCdBo=; b=B2inoKzeeCyrX0dlxPiagL71VES2WuImJbhSQd2FhgUwKHpjqLiJSuL5UjXcYbVWTO mG4jqHFnsWFg/swqu1OAxrGK/Eml0nDRjBJ2HKEBSmUt7RJ/CcftEJQskdwoK1JkiNs2 27NY0B//Ghj3p7Kle9Nvcvwr5EDzzBVg8ArpjtnnqYD8XkphZVEFgpNvCQdD5dXu8MYn U3MiQjh8U2PtL/+vRwwEdFPtmb3ILRNsuJ4Hk2d6nILLNynf6t9JX/G/Y2op+RLg+SgN XccCuth2UN5qy5vB8wTxUlrATiSOKpgLFlPQTMMQY+TtMX41Ii/1E3X4E5LPLUWW6e5W agVQ== MIME-Version: 1.0 X-Received: by 10.58.85.161 with SMTP id i1mr26866738vez.97.1375193715271; Tue, 30 Jul 2013 07:15:15 -0700 (PDT) Received: by 10.52.38.134 with HTTP; Tue, 30 Jul 2013 07:15:15 -0700 (PDT) In-Reply-To: References: Date: Tue, 30 Jul 2013 18:15:15 +0400 Message-ID: Subject: Re: Strange sendmail behaviour after upgrade to 9.1-BETA2 From: Pavel Timofeev To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Tue, 30 Jul 2013 14:15:16 -0000 Sorry, I've already realised that double relay's ip address in log in normal. Anyway, problem is still here. 2013/7/30 Pavel Timofeev : > Hello everyone! > I've just upgraded (binary) my server from FreeBSD 9.1-RELEASE amd64 > to 9.2-BETA2. > And my sendmail can't resolv any hostname. It says: > Jul 30 17:28:54 reticulum sm-mta[3191]: r6UCqeun016122: > to=, ctladdr= (1001/1001), > delay=00:36:14, xdelay=00:00:00, mailer=esmtp, pri=300348, > relay=kalmar.xxx.ru., dsn=4.0.0, stat=Deferred: Name server: > kalmar.xxx.ru.: host name lookup failure > > Meanwhile, I didn't change anything in resolv.conf and I can't find > anything wrong when I use nslookup manually. It works. Furthermore, > when I set to mailertable something like > xxx.ru smtp:[192.168.62.209] > where ip address is address of another server (not kalmar's which is > mx server) sendmail works but with strange log message > Jul 30 17:44:17 octans sm-mta[11666]: r6UDiGhD011656: > to=, ctladdr= (1001/1001), > delay=00:00:01, xdelay=00:00:01, mailer=smtp, pri=30340, > relay=[192.168.62.209] [192.168.62.209], dsn=2.0.0, stat=Sent > (r6UDiG8v018961 Message accepted for delivery) > Why it says relay's ip address two time in log? > Is someone experiencing such problems? I mean can someone confirm > similar behaviour? > Could you please check on 9.2-BETA2 stuff like "echo bla | mail > myemail@mydomain.com"? > I can provide more info that you want. Thanks!