From owner-freebsd-questions@FreeBSD.ORG Mon Jan 27 03:20:00 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A4F1A0C for ; Mon, 27 Jan 2014 03:20:00 +0000 (UTC) Received: from mail-ee0-x231.google.com (mail-ee0-x231.google.com [IPv6:2a00:1450:4013:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 906B517F8 for ; Mon, 27 Jan 2014 03:19:59 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id d17so1975286eek.8 for ; Sun, 26 Jan 2014 19:19:57 -0800 (PST) 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 :cc:content-type; bh=FI6bbL9Xxl1bAVYxF9gAJ4TBoAwsMjTCBPszaFeZE1E=; b=ieaouM2DRmJs+l4JDdWXhcFG3CTVraPjIl5/qqk+xWRJ0N3oXK3b/T6/65mwgCTJ5F 29+q47/Sy0UJ4TAvtYpm17kWW6Sw1Fsn/xbjzVYukl7vG/BHgDua6FmJT3JsnRkOgybr 06zJv0ZdHQ63WZralrOyJ9nbevr/xZ2r6h2oSv1LcOKOyyC2aUCFgmQKXppzFPovGIxj ZIQ1z5ECk09RYZW7qno5FGogFukL53yf4rBPCXJrkHwA3s3cSWO2GeOtjlhgBV4wNDaQ SVBho/m8jeNb6177d0y3RKciP1l1UNub2UKPeZnsQ8uy1J9TSnZGkbVQlFph8fptp35+ 1I/Q== MIME-Version: 1.0 X-Received: by 10.14.179.73 with SMTP id g49mr18626366eem.71.1390792797811; Sun, 26 Jan 2014 19:19:57 -0800 (PST) Received: by 10.15.102.76 with HTTP; Sun, 26 Jan 2014 19:19:57 -0800 (PST) In-Reply-To: <52E5C7D3.8050703@bsdbox.co> References: <52E5C7D3.8050703@bsdbox.co> Date: Sun, 26 Jan 2014 22:19:57 -0500 Message-ID: Subject: Re: Sendmail Error at Boot From: Robert Simmons To: nano Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 03:20:00 -0000 Why is this not part of the install? On Sun, Jan 26, 2014 at 9:43 PM, nano wrote: > On 27/01/2014 1:39 PM, Robert Simmons wrote: >> >> I've just installed FreeBSD 10.0 and I'm getting the following line in >> the /var/log/maillog file: >> sm-mta[759]: STARTTLS=server: file /etc/mail/certs/dh.param unsafe: No >> such file or directory >> >> How do I fix this? What is the missing file? >> _______________________________________________ >> 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" >> > > cd /etc/mail/certs > openssl dhparam -out dh.param 4096 > > -- > bsdbox.co > _______________________________________________ > 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"