From owner-freebsd-stable@FreeBSD.ORG Wed Jul 31 07:46:20 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 E4573492 for ; Wed, 31 Jul 2013 07:46:20 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-vb0-x231.google.com (mail-vb0-x231.google.com [IPv6:2607:f8b0:400c:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A66F02F38 for ; Wed, 31 Jul 2013 07:46:20 +0000 (UTC) Received: by mail-vb0-f49.google.com with SMTP id w16so361546vbb.22 for ; Wed, 31 Jul 2013 00:46:19 -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=Zzf4fFfxE46OXCjPqn9Z8iy+cavAEXa6BpvVx0/cNBk=; b=J4g2wO8C1unvr9oisJMVb4N8CQqU8467rXvCXENUvNUBvIL9bY1Lt9+AlCCtNLCNt+ cZlP3bo6DQfLeHEr+g1g8Xh+/CfBikrs9Uv4nxlfe7BdeO+GN5g5gvVu+ZZl/9pO9SqF 82bDiV+F22EFpfVwzilWvbhIPeOJMSKxbu8rBq6R3JQY6jzhvZ866EiXj9HTWxzAH6tK gLh/bogVaWwFsEnqs+4nVf6cb6VJOhyjneozZYBamzDjWfKt41hmvJJBt7SIqaGKBkla /huygkFgDqXs6B9jys1CnHoWVOI3ckt3HRaY7cRId6tAcOkKmQZiXV/WKuYBKzFV8Q3w 1jSQ== MIME-Version: 1.0 X-Received: by 10.220.76.69 with SMTP id b5mr389184vck.85.1375256779807; Wed, 31 Jul 2013 00:46:19 -0700 (PDT) Received: by 10.52.38.134 with HTTP; Wed, 31 Jul 2013 00:46:19 -0700 (PDT) In-Reply-To: References: Date: Wed, 31 Jul 2013 11:46:19 +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: Wed, 31 Jul 2013 07:46:21 -0000 As I can see official intruction for upgrading says to do three times of freebsd-update install (between reboots). But I did two because at third time my system says No updates are available to install. Run '/usr/sbin/freebsd-update fetch' first. 2013/7/30 Pavel Timofeev : > 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!