From owner-freebsd-stable@FreeBSD.ORG Mon Jun 15 01:35:51 2015 Return-Path: Delivered-To: freebsd-stable@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B02DEADA for ; Mon, 15 Jun 2015 01:35:51 +0000 (UTC) (envelope-from gshapiro@gshapiro.net) Received: from zim.gshapiro.net (zim.gshapiro.net [IPv6:2001:4f8:3:36::224]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.gshapiro.net", Issuer "Certificate Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 96C2F12D for ; Mon, 15 Jun 2015 01:35:51 +0000 (UTC) (envelope-from gshapiro@gshapiro.net) Received: from minime.local (c-24-4-66-9.hsd1.ca.comcast.net [24.4.66.9]) (authenticated bits=0) by zim.gshapiro.net (8.15.1.30/8.15.1.30) with ESMTPSA id t5F1ZlpY019408 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 14 Jun 2015 18:35:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gshapiro.net; s=gatsby.dkim; t=1434332150; bh=5U/giQQohiEjEPuFBqVni/ZMeKurp7JcFEqtLB9nPic=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=jl4zru1Vm2hvbO/Yn+rhTzUIqhoHpIEEXOcRJkA5Ry+X5DOELtebHgUCHJwu2+Ql1 DsZfAjoENltT1a/T6+TXYw/YxiVYZ0CJKpV4KhhkRTrZF97a0v3hI1ZSFHfE3CBlGw t2ZubGcyCYcyeLbo635vxfFcJGPeany6GlP7nigU= Date: Sun, 14 Jun 2015 18:35:17 -0700 From: Gregory Shapiro To: Frank Seltzer Cc: freebsd-stable@freebsd.org Subject: Re: Sendmail problem after upgrade to r284296 Message-ID: <20150615013517.GA19755@minime.local> References: <20150614165507.GD95564@minime.local> <20150614180142.GE95564@minime.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2015 01:35:51 -0000 > After the update I got your email and followed your instructions, except for > moving dh.param because it didn't exist, and sendmail is happy now. Happy to hear sendmail is happy. > I checked and there is still no mention of this in /usr/src/UPDATING so my > question is, when and how is dh.param supposed to be created? Since I'm not > the only one with this problem it doesn't seem to be something I did or > didn't do. What could have caused dh.param to not be generated? That is a good question. If you didn't create it, I don't know what did -- it's not part of the base build (checked on a newly installed snapshot). Are you sure you didn't create it at some point? Not even the mail/sendmail port creates it.