From owner-freebsd-questions@FreeBSD.ORG Wed Jun 24 03:04:41 2015 Return-Path: Delivered-To: freebsd-questions@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C50EE402 for ; Wed, 24 Jun 2015 03:04:41 +0000 (UTC) (envelope-from lists@gooch.io) Received: from mailout.easymail.ca (mailout.easymail.ca [64.68.201.169]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89652FC0 for ; Wed, 24 Jun 2015 03:04:41 +0000 (UTC) (envelope-from lists@gooch.io) Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id ED2C6E25F for ; Tue, 23 Jun 2015 23:04:37 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at mailout.easymail.ca X-Spam-Flag: NO X-Spam-Score: -3.707 X-Spam-Level: X-Spam-Status: No, score=-3.707 required=5 tests=[ALL_TRUSTED=-1.8, BAYES_00=-2.599, DNS_FROM_AHBL_RHSBL=0.692] Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (easymail-mailout.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Fa6Sv7jYiPRZ for ; Tue, 23 Jun 2015 23:04:37 -0400 (EDT) Received: from [192.168.42.150] (d207-6-81-250.bchsia.telus.net [207.6.81.250]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 6A72EE23D for ; Tue, 23 Jun 2015 23:04:37 -0400 (EDT) Message-ID: <558A1E40.8080406@gooch.io> Date: Tue, 23 Jun 2015 20:04:32 -0700 From: Jesse Gooch Reply-To: jesse@gooch.io User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: 10.1-RELEASE-p12 broke sendmail. 10.1-RELEASE-p13 didn't fix sendmail. References: <55884952.8060005@mantis.biz> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2015 03:04:41 -0000 I recommend reading /usr/src/UPDATING and any relevant Errata Notices and/or Security Advisories BEFORE updating your system so you don't get bit like this again. https://www.freebsd.org/security/advisories/FreeBSD-EN-15:08.sendmail.asc On 6/22/2015 11:28 AM, Chris Stankevitz wrote: > On Mon, Jun 22, 2015 at 10:43 AM, Chuck @ Mantis wrote: >> On 6/22/2015 12:17 PM, Chris Stankevitz wrote: >>> freebsd-update succeeded. I am now at 10.1-RELEASE-p13. But I still >>> have the same problem (sendmail reports DH key too small). I did not >>> reboot my machine (and it will be a pain for me to do so). Perhaps I >>> should try the workaround? Perhaps I must reboot. >> >> I've been dealing with this issue as well. >> >> cd /etc/mail/certs >> >> openssl dhparam -out dh.param 2048 >> >> service sendmail restart > > That worked, thank you. If anyone can give me a hint as to why the > upgrading to 10.1-RELEASE-p13 apparently did not do this, please let > me know. > > Chris > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >