From owner-freebsd-questions@FreeBSD.ORG Mon Jan 27 02:39:21 2014 Return-Path: Delivered-To: freebsd-questions@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 C9B8DD43 for ; Mon, 27 Jan 2014 02:39:21 +0000 (UTC) Received: from mail-ea0-x22b.google.com (mail-ea0-x22b.google.com [IPv6:2a00:1450:4013:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6665613DE for ; Mon, 27 Jan 2014 02:39:21 +0000 (UTC) Received: by mail-ea0-f171.google.com with SMTP id f15so1449185eak.30 for ; Sun, 26 Jan 2014 18:39:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Nv1Nno3eI3qg10nliAYUvWzUxUrkyvWWhbdZe9BP02M=; b=NXrLsPuR2tyrto8Fa/mvEGlZvfmrdFj8RWPxnzudorK10nxq+fQ+QtlmlfNHgMqIlY ewaegPF/PiZRriplbefe1EW1jJ+sTf8nuY11ELCsj8tuXQ0nQABGiLs3gBhtp5D43dCS 0iv/ZqSXjqgpcComscV+2c6J3227MWyqAegh/XoBjlob+jkPDpTzsi35KOWZMW2Dmqeo zYEeW3vwO5a0ULsHB3fl7ngVEztdcLrfYJZhXgExt/2Td2nsBK0qKLkwznVgT5RAUcSQ A4jaJwGI8gWYEoxdlFRrOd7tYf0jLxLBDy1nemkZ00l+I4N/48KvuvzOq+TFvNd3tw1V t1Cg== MIME-Version: 1.0 X-Received: by 10.14.3.130 with SMTP id 2mr22457680eeh.36.1390790359879; Sun, 26 Jan 2014 18:39:19 -0800 (PST) Received: by 10.15.102.76 with HTTP; Sun, 26 Jan 2014 18:39:19 -0800 (PST) Date: Sun, 26 Jan 2014 21:39:19 -0500 Message-ID: Subject: Sendmail Error at Boot From: Robert Simmons To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 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:39:21 -0000 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?