X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=PStr2X0nLWcWdssAXdsm3rb3x8YPMb/yJB0xWlaH082oLfgmbStm+
	h2meAUL6brwuo3MtmGBXX55BCB8efwVXZpmm7ShtwD95uCrI9Lwx/N8iIKO3dQ+t
	c/4rgrhM9sJa8jP+l6PklnqrRxlAhUgwZ+hV/NWdEneYxL86K8m2dM=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=2/Cq9nvG1TJ5br36BBdiNydP1lc=; b=bClyTAnSzNYs6UhdA09nN4mnM3TA
	2BbLpBBTmuBGkY8djEcWhtfh9u3iUOd6AkYQQbwEZiNvjQEdsw70YLW0hD7zRsVO
	i6x76koXZC56sA4/a90GppWZP/axQIF8K5kXwErR6iW8AayUbYceWnarWCvbOktn
	3IgiJpCtaedZzic=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Andrew Schulman <schulman.andrew@epa.gov>
Subject: Re: version of stunnel and SMTP with STARTTLS
Date: Sun, 16 Nov 2014 13:42:26 -0500
Lines: 16
Message-ID: <mprh6ahk7dp4iu31ahcsradhlml17k7idj@4ax.com>
References: <CAKBM6-OMEU0NKL-98W9CmcDA_qv8NyH6kEeL-OKBySB22s9q=A@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Archive: encrypt
X-IsSubscribed: yes

> what version of stunnel is this
> http://johnny.chadda.se/article/add-proper-ssltls-support-for-all-applications-using-stunnel/
> 
> I notice that webpage has stunnel using  SMTP..with STARTTLS
> 
> What command would do that with the stunnel that comes with cygwin?

I haven't tried his commands, but it looks like a pretty routine
application of stunnel.  However, the article was written back in 2007,
when stunnel was still in version 3.  Now version 4 is the standard, and
the syntax is different - the options he shows on the command line now go
into configuration files instead.  However, there's a script called
stunnel3 that's still provided for compability with the version 3 syntax.

So, if you just substitute stunnel3 everywhere he uses stunnel, it should
work.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

