From owner-freebsd-questions@freebsd.org Sun Mar 19 03:21:14 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C12CAD13C21 for ; Sun, 19 Mar 2017 03:21:14 +0000 (UTC) (envelope-from mahan@mahan.org) Received: from ns.mahan.org (23-24-207-145-static.hfc.comcastbusiness.net [23.24.207.145]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9232516CD for ; Sun, 19 Mar 2017 03:21:14 +0000 (UTC) (envelope-from mahan@mahan.org) Received: from Cone-of-Silence.local (localhost [127.0.0.1]) by ns.mahan.org (8.14.9/8.14.9) with ESMTP id v2J3LCTA080148 for ; Sat, 18 Mar 2017 20:21:13 -0700 (PDT) (envelope-from mahan@mahan.org) Subject: Re: how do I get STARTTLS working with sendmail on FreeBSD 10.3 ? To: freebsd-questions@freebsd.org References: From: Patrick Mahan Message-ID: Date: Sat, 18 Mar 2017 20:21:07 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 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.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Mar 2017 03:21:14 -0000 On 3/18/17 3:44 PM, William Dudley wrote: > A google search does not reveal a useful answer. > > I just want to use a self-signed certificate so I can get my email from my > FreeBSD mail server to my cell phone. My FreeBSD server runs sendmail. > I don't really want to switch to postfix, qmail, etc. etc. > > Thanks, > Bill Dudley > Have you considered using stunnel(8)? I use it to front my sendmail and other servers that I want to make a secure connection. Patrick