From owner-freebsd-questions@FreeBSD.ORG Wed Dec 9 17:57:04 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C9F7106568B for ; Wed, 9 Dec 2009 17:57:04 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from poseidon.ceid.upatras.gr (poseidon.ceid.upatras.gr [150.140.141.169]) by mx1.freebsd.org (Postfix) with ESMTP id 36B908FC19 for ; Wed, 9 Dec 2009 17:57:03 +0000 (UTC) Received: from mail.ceid.upatras.gr (unknown [10.1.0.143]) by poseidon.ceid.upatras.gr (Postfix) with ESMTP id 38BCEEB472E; Wed, 9 Dec 2009 19:57:03 +0200 (EET) Received: from localhost (europa.ceid.upatras.gr [127.0.0.1]) by mail.ceid.upatras.gr (Postfix) with ESMTP id 29EB645303; Wed, 9 Dec 2009 19:57:03 +0200 (EET) X-Virus-Scanned: amavisd-new at ceid.upatras.gr Received: from mail.ceid.upatras.gr ([127.0.0.1]) by localhost (europa.ceid.upatras.gr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7bZyiuczxtzC; Wed, 9 Dec 2009 19:57:03 +0200 (EET) Received: from kobe.laptop (ppp-94-64-224-63.home.otenet.gr [94.64.224.63]) by mail.ceid.upatras.gr (Postfix) with ESMTP id D2243451B2; Wed, 9 Dec 2009 19:57:02 +0200 (EET) Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id nB9Hv1hO028337 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Dec 2009 19:57:01 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id nB9Hv08b028334; Wed, 9 Dec 2009 19:57:01 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: Robert Huff References: <19230.36867.142189.339269@jerusalem.litteratus.org> <87my1t2m2p.fsf@kobe.laptop> <19230.57463.718813.429728@jerusalem.litteratus.org> Date: Wed, 09 Dec 2009 19:57:00 +0200 In-Reply-To: <19230.57463.718813.429728@jerusalem.litteratus.org> (Robert Huff's message of "Tue, 8 Dec 2009 18:25:43 -0500") Message-ID: <87tyw0jaj7.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: questions@freebsd.org Subject: Re: semi-problem starting sendmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Dec 2009 17:57:04 -0000 On Tue, 8 Dec 2009 18:25:43 -0500, Robert Huff wrote: > I just generated new keys using the method specified the the article > recommended by Giorgos, and I get the same result. Oops. I was hoping that would help, but it was only a wild guess by looking at the error message and the Google hits I could find for related threads. As Chuck wrote, the error is coming from the TLS support code. Can you try the openssl commands he mentioned? Date: Tue, 08 Dec 2009 23:33:07 +0200 From: Chuck Swiger Subject: Re: semi-problem starting sendmail Message-id: Well, the error is coming from /usr/src/contrib/sendmail/src/tls.c, and depends on openssl to deal with your cert. Does: openssl verify -verbose /etc/mail/CA/private/cakey.pem ...say anything interesting? What about: openssl x509 -in /etc/mail/CA/private/cakey.pem -text