From owner-freebsd-stable@FreeBSD.ORG Fri Sep 26 11:34:22 2014 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 ESMTPS id 4586BD9C for ; Fri, 26 Sep 2014 11:34:22 +0000 (UTC) Received: from lamora.getmail.no (lamora.getmail.no [84.210.184.7]) by mx1.freebsd.org (Postfix) with ESMTP id C4642BFF for ; Fri, 26 Sep 2014 11:34:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by lamora.getmail.no (Postfix) with ESMTP id 39F787CB0F for ; Fri, 26 Sep 2014 13:24:20 +0200 (CEST) Received: from lamora.getmail.no ([127.0.0.1]) by localhost (lamora.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id K_O_eUaw1ARY for ; Fri, 26 Sep 2014 13:24:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lamora.getmail.no (Postfix) with ESMTP id A63F17C9A9 for ; Fri, 26 Sep 2014 13:24:19 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.8.4 lamora.getmail.no A63F17C9A9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=getmail.no; s=8A9C8B4C-D727-11E2-8095-B6466E6B3FA2; t=1411730659; bh=uO3jiUfwhCpv7WLPcC/UBpJ/1Ar9Hz/GkkQsLxKdTm4=; h=Date:From:To:Subject:Message-Id:Mime-Version:Content-Type: Content-Transfer-Encoding; b=kZK/mrPtbVTozEGeI5x6d6rDVTwhjdKNCYQNJ9evgsn7LRzFPCHeJ0RGrlwLorV2K qQYoi4UY6EZ0eM/emxVjYZ9BVhI68npoqbtsLPFlczIx/VZXVT7jSFN3zkpibjPJjg rHISCkXRQxLF9kYMPh5dMOfWuJA2RjNMIFTw1MQc= X-Virus-Scanned: amavisd-new at lamora.get.c.bitbit.net Received: from lamora.getmail.no ([127.0.0.1]) by localhost (lamora.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id twM12OOUHq0z for ; Fri, 26 Sep 2014 13:24:19 +0200 (CEST) Received: from kg-core1.kg4.no (cm-84.215.180.206.getinternet.no [84.215.180.206]) by lamora.getmail.no (Postfix) with ESMTPSA id 7DB3E7CB0F for ; Fri, 26 Sep 2014 13:24:19 +0200 (CEST) Date: Fri, 26 Sep 2014 13:24:19 +0200 From: Torfinn Ingolfsen To: freebsd-stable@freebsd.org Subject: FreeBSD 8.4-stable: sendmail bug? Message-Id: <20140926132419.4493c61662cdf7ba8893abbc@getmail.no> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; amd64-portbld-freebsd8.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 11:34:22 -0000 Hello, One of my machines recently got updaged to FreeBSD 8.4-stable (using first freebsd-update, then svn + make world. The normal update procedure was run, including mergemaster. It currently runs: root@kg-vm2# uname -a FreeBSD kg-vm2.kg4.no 8.4-STABLE FreeBSD 8.4-STABLE #0 r270837: Sat Aug 30 13:25:23 CEST 2014 root@kg-vm2:/usr/obj/usr/src/sys/GENERIC amd64 After the upgrade, sendmail doesn't want to send mail, resulting in this: root@kg-vm2# mailq /var/spool/mqueue (4 requests) -----Q-ID----- --Size-- -----Q-Time----- ------------Sender/Recipient----------- s8Q56o6W075503 1978 Fri Sep 26 07:06 MAILER-DAEMON (Deferred: Connection refused by kg-vm2.kg4.no.) s8Q56o6X075503 3645 Fri Sep 26 07:06 MAILER-DAEMON (Deferred: Connection refused by kg-vm2.kg4.no.) s8Q113MU075044 290 Fri Sep 26 03:01 (Deferred: Connection refused by kg-vm2.kg4.no.) s8Q1146V075078 1960 Fri Sep 26 03:01 (Deferred: Connection refused by kg-vm2.kg4.no.) Total requests: 4 the funny thing is this: root@kg-vm2# sendmail -q -v Running /var/spool/mqueue/s8Q56o6W075503 (sequence 1 of 4) ... Connecting to local... 220 kg-vm2.kg4.no LMTP ready >>> LHLO kg-vm2.kg4.no 250-kg-vm2.kg4.no 250-8BITMIME 250-ENHANCEDSTATUSCODES 250 PIPELINING >>> MAIL From:<> 250 2.5.0 Ok >>> RCPT To: >>> DATA 250 2.1.5 Ok 354 Go ahead >>> . 250 2.1.5 root Ok ... Sent Running /var/spool/mqueue/s8Q56o6X075503 (sequence 2 of 4) >>> RSET 250 2.0.0 Ok ... Using cached LMTP connection for local... >>> MAIL From:<> 250 2.5.0 Ok >>> RCPT To: >>> DATA 250 2.1.5 Ok 354 Go ahead >>> . 250 2.1.5 root Ok ... Sent Running /var/spool/mqueue/s8Q113MU075044 (sequence 3 of 4) >>> RSET 250 2.0.0 Ok ... Using cached LMTP connection for local... >>> MAIL From: 250 2.5.0 Ok >>> RCPT To: >>> DATA 250 2.1.5 Ok 354 Go ahead >>> . 250 2.1.5 root Ok ... Sent Running /var/spool/mqueue/s8Q1146V075078 (sequence 4 of 4) >>> RSET 250 2.0.0 Ok ... Using cached LMTP connection for local... >>> MAIL From: 250 2.5.0 Ok >>> RCPT To: >>> DATA 250 2.1.5 Ok 354 Go ahead >>> . 250 2.1.5 root Ok ... Sent Closing connection to local >>> QUIT 221 2.0.0 Bye you have mail As far as I can tell, the necessary config files (including those in /etc/mail) are present and correct. It looks to me like the correct sendmail processes are running too: root@kg-vm2# pgrep -lf sendmail 517 sendmail: Queue runner@00:30:00 for /var/spool/clientmqueue 514 sendmail: accepting connections What am I missing? -- Torfinn Ingolfsen