X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 AT cygwin DOT com From: Andrew Schulman Subject: Re: version of stunnel and SMTP with STARTTLS Date: Sun, 16 Nov 2014 13:42:26 -0500 Lines: 16 Message-ID: References: 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