From owner-freebsd-questions@freebsd.org Sun Mar 19 13:53:34 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 7C738D1301D for ; Sun, 19 Mar 2017 13:53:34 +0000 (UTC) (envelope-from wfdudley@gmail.com) Received: from mail-yw0-x232.google.com (mail-yw0-x232.google.com [IPv6:2607:f8b0:4002:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39D668E7 for ; Sun, 19 Mar 2017 13:53:34 +0000 (UTC) (envelope-from wfdudley@gmail.com) Received: by mail-yw0-x232.google.com with SMTP id v198so76431036ywc.2 for ; Sun, 19 Mar 2017 06:53:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=XW9PhmtWcltE/oLvVX3steeuGHrFrB7QqW6/TTAUH9U=; b=fIEZ/lHIsfkeQiGxQ3SoGqsbIukBU0lVt2dEhan/ou76KvbWfzednkKeL+zcuAodNz L+U3VhHDHSBf+kGq7ywPqajWiz7g3cJcTddID2IO2jcxJyVqob5griP+T15FyZbcojr5 CdxB1lgn1Fh1+R9eFcTHwRG7eKcpRw3Pn44Jr0qyJAERZHVSfjqKFzsBgxtgKLhJKQCh wyvVWuwR5JZkKZdNGqZ0P0GRNJzreOR+MBnQlx+1MReiPpfKN2IDiqkR6W2aMnEXusjT UqsmKHXouCaU1jCQ+jgXEopB9hLNcpnmh0jemxb/1nwJzlv8tgOlom9evcZ2B6O0z0lp xcYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=XW9PhmtWcltE/oLvVX3steeuGHrFrB7QqW6/TTAUH9U=; b=TQKy7RMTvZN6zMM/ldnIyYfuPADOgUXTC4P+1EGhEe4PJMon6rt41QxKmx87pCsDqN yIaZCCJShYWIHbaOX0lrQXvVwSN0rhS3cWAJ8vmU1gucPUTn8XpkpKNm5S/2odsbzdTx bBz98j4boBaZ9weaA691RD/V44vZVOR4nakYhe868ngWg9muwBxdOnUJI5gWtpPw6Bt5 WHk/5LKyw1d8qWU6VeRLEtjsvsRupEBFCGNp5sVUG9Jj3uBWL0U60bMQlSqTPXPlo6+8 CEq/qhNAg2hlLVapJ4moqje532m5+6nrt/LP3jax0ydAmeFfEX41m/8pJZz+H55157lq FiyQ== X-Gm-Message-State: AFeK/H1eQOsQ69DLGB8f1QA13L8XDaHfXtCRb6plAMHMMNHdap8dgpkG/KTV0t/5UiBeALpddfj7cbXjMpZfeQ== X-Received: by 10.13.202.86 with SMTP id m83mr10635339ywd.251.1489931613542; Sun, 19 Mar 2017 06:53:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.171.199 with HTTP; Sun, 19 Mar 2017 06:53:33 -0700 (PDT) In-Reply-To: References: From: William Dudley Date: Sun, 19 Mar 2017 09:53:33 -0400 Message-ID: Subject: Re: how do I get STARTTLS working with sendmail on FreeBSD 10.3 ? To: Patrick Mahan Cc: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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 13:53:34 -0000 stunnel fails to start with this helpful message: /usr/local/etc/stunnel/stunnel.conf:68: "checkHost = pop.gmail.com": Specified option name is not valid here The line it's complaining about is in the EXAMPLE config file. So this is not going well, at all. pop.gmail.com is a valid hostname. I have no idea what stunnel is complaining about. Bill Dudley This email is free of malware because I run Linux. On Sun, Mar 19, 2017 at 9:44 AM, William Dudley wrote: > I'll look into this, but a quick read of the stunnel docs, I don't see > STARTTLS mentioned, > and I thought that was a requirement. > > Bill Dudley > > > This email is free of malware because I run Linux. > > On Sat, Mar 18, 2017 at 11:21 PM, Patrick Mahan wrote: > >> 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 >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe >> @freebsd.org" >> > >