From owner-freebsd-questions@FreeBSD.ORG Mon Jan 27 02:43:42 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 C14ACE8B for ; Mon, 27 Jan 2014 02:43:42 +0000 (UTC) Received: from mail.bsdbox.co (122-149-22-79.static.dsl.dodo.com.au [122.149.22.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B38B14B7 for ; Mon, 27 Jan 2014 02:43:42 +0000 (UTC) Received: from [10.0.0.4] (122-149-22-79.static.dsl.dodo.com.au [122.149.22.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdbox.co (Postfix) with ESMTPSA id D2272238654 for ; Mon, 27 Jan 2014 02:43:31 +0000 (UTC) Message-ID: <52E5C7D3.8050703@bsdbox.co> Date: Mon, 27 Jan 2014 13:43:31 +1100 From: nano User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Sendmail Error at Boot References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 02:43:42 -0000 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