<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Blat, Stunnel and Gmail Together</title>
	<atom:link href="http://www.jeffkastner.com/2010/01/blat-stunnel-and-gmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffkastner.com/2010/01/blat-stunnel-and-gmail/</link>
	<description>Remote System Administration, Making $$ Online.. and some other stuff</description>
	<lastBuildDate>Sun, 25 Dec 2011 21:34:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Ilir</title>
		<link>http://www.jeffkastner.com/2010/01/blat-stunnel-and-gmail/comment-page-1/#comment-4574</link>
		<dc:creator>Ilir</dc:creator>
		<pubDate>Sun, 25 Dec 2011 21:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffkastner.com/?p=162#comment-4574</guid>
		<description>@ECHO OFF 
title Menuchoice
:home
color 17
ECHO Select a task:
ECHO ==============
ECHO.
ECHO 1) Install BLAT
ECHO 2) Install SMPT
ECHO q) Quit
ECHO.
set /p web=Type option:
if &quot;%web%&quot;==&quot;1&quot; goto FIRST
if &quot;%web%&quot;==&quot;2&quot; goto SECOND
if &quot;%web%&quot;==&quot;q&quot; Exit
cls
goto home

:FIRST
blat -install smtp.gmail.com JOHN.DOE@gmail.com -u JOHN.DOE -pw JOHNY1991 – - gmailsmtp
pause
cls
goto home

:SECOND
c:\windows\blat.exe -p gmailsmtp -to JOHN.DOE@gmail.com -subject &quot;DEAR SANTA&quot; -body &quot;HOW ARE YOU&quot; -server 127.0.0.1:1099
pause
cls
goto home



#whats the problem here, at the last i get errors; couldnt connect or when i change the 
#servers ip it seems to attempt for connecting but after 10 sec, max it says the servers
#rejected the connection or something like that.
#i installed [stunnel-4.50-installer.exe](926KB) to the Program Files under C: and edited #stunnel.conf, moved the three (BLAT) files to the WIN directory and this batch i always #ran from there[which i think isnt the problem of the paths]</description>
		<content:encoded><![CDATA[<p>@ECHO OFF<br />
title Menuchoice<br />
:home<br />
color 17<br />
ECHO Select a task:<br />
ECHO ==============<br />
ECHO.<br />
ECHO 1) Install BLAT<br />
ECHO 2) Install SMPT<br />
ECHO q) Quit<br />
ECHO.<br />
set /p web=Type option:<br />
if &#8220;%web%&#8221;==&#8221;1&#8243; goto FIRST<br />
if &#8220;%web%&#8221;==&#8221;2&#8243; goto SECOND<br />
if &#8220;%web%&#8221;==&#8221;q&#8221; Exit<br />
cls<br />
goto home</p>
<p>:FIRST<br />
blat -install smtp.gmail.com <a href="mailto:JOHN.DOE@gmail.com">JOHN.DOE@gmail.com</a> -u JOHN.DOE -pw JOHNY1991 – &#8211; gmailsmtp<br />
pause<br />
cls<br />
goto home</p>
<p>:SECOND<br />
c:\windows\blat.exe -p gmailsmtp -to <a href="mailto:JOHN.DOE@gmail.com">JOHN.DOE@gmail.com</a> -subject &#8220;DEAR SANTA&#8221; -body &#8220;HOW ARE YOU&#8221; -server 127.0.0.1:1099<br />
pause<br />
cls<br />
goto home</p>
<p>#whats the problem here, at the last i get errors; couldnt connect or when i change the<br />
#servers ip it seems to attempt for connecting but after 10 sec, max it says the servers<br />
#rejected the connection or something like that.<br />
#i installed [stunnel-4.50-installer.exe](926KB) to the Program Files under C: and edited #stunnel.conf, moved the three (BLAT) files to the WIN directory and this batch i always #ran from there[which i think isnt the problem of the paths]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilir</title>
		<link>http://www.jeffkastner.com/2010/01/blat-stunnel-and-gmail/comment-page-1/#comment-4572</link>
		<dc:creator>Ilir</dc:creator>
		<pubDate>Sun, 25 Dec 2011 18:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffkastner.com/?p=162#comment-4572</guid>
		<description>I still cant get this to work, please can you send me a link to that stunnel file because there are many and i dont know which file to download
thanks</description>
		<content:encoded><![CDATA[<p>I still cant get this to work, please can you send me a link to that stunnel file because there are many and i dont know which file to download<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Galen Wollenberg</title>
		<link>http://www.jeffkastner.com/2010/01/blat-stunnel-and-gmail/comment-page-1/#comment-3806</link>
		<dc:creator>Galen Wollenberg</dc:creator>
		<pubDate>Thu, 01 Dec 2011 06:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffkastner.com/?p=162#comment-3806</guid>
		<description>i spent quite literally 2 weeks trying to get stunnel to work so my canon copier would talk to gmail.

the problem was that i could enable SSL on the canon copier but i could not change the port. so it wouldnt talk to gmail.

here is my stunnel.conf for any one who is having as much trouble as i did getting stunnel and gmail to work. the gmail account has pop/imap enabled in the mail settings in gmail. 192.168.150.2 is my internal windows server running stunnel. i could not get 127.0.0.1 to work. i just put my stunnel servers ip in the copier as the mail server 192.168.150.2. also i think i had to turn off smtp auth on the copier for it to work. your mileage may vary...

just copy paste this into your stunnel.conf for gmail.


cert = stunnel.pem
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
client = yes


[pop3s]
accept = 110
connect = pop.gmail.com:995

[imaps]
accept = 143
connect = imap.gmail.com:993

[ssmtp]
accept = 25
connect = smtp.gmail.com:465</description>
		<content:encoded><![CDATA[<p>i spent quite literally 2 weeks trying to get stunnel to work so my canon copier would talk to gmail.</p>
<p>the problem was that i could enable SSL on the canon copier but i could not change the port. so it wouldnt talk to gmail.</p>
<p>here is my stunnel.conf for any one who is having as much trouble as i did getting stunnel and gmail to work. the gmail account has pop/imap enabled in the mail settings in gmail. 192.168.150.2 is my internal windows server running stunnel. i could not get 127.0.0.1 to work. i just put my stunnel servers ip in the copier as the mail server 192.168.150.2. also i think i had to turn off smtp auth on the copier for it to work. your mileage may vary&#8230;</p>
<p>just copy paste this into your stunnel.conf for gmail.</p>
<p>cert = stunnel.pem<br />
socket = l:TCP_NODELAY=1<br />
socket = r:TCP_NODELAY=1<br />
client = yes</p>
<p>[pop3s]<br />
accept = 110<br />
connect = pop.gmail.com:995</p>
<p>[imaps]<br />
accept = 143<br />
connect = imap.gmail.com:993</p>
<p>[ssmtp]<br />
accept = 25<br />
connect = smtp.gmail.com:465</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Kastner</title>
		<link>http://www.jeffkastner.com/2010/01/blat-stunnel-and-gmail/comment-page-1/#comment-3737</link>
		<dc:creator>Jeff Kastner</dc:creator>
		<pubDate>Sun, 27 Nov 2011 17:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffkastner.com/?p=162#comment-3737</guid>
		<description>Hi Pieter.  I haven&#039;t installed on W7 or 64-bit but the problem seems to definitely be that Stunnel is using 32-bit mode (as stated in your message header) and you&#039;re installing on a 64-bit system.  I don&#039;t see separate binaries for these downloads, so I suspect that that there&#039;s some editing needed in stunnel.conf.  

Unfortunately, it&#039;s been almost 2 years since I wrote this post or messed with Stunnel and I&#039;ve only done it with XP so I&#039;m not much help on the newer issues.  It served my purpose well back when I wrote this post but I no longer need or use Stunnel.  

Best of luck to you.</description>
		<content:encoded><![CDATA[<p>Hi Pieter.  I haven&#8217;t installed on W7 or 64-bit but the problem seems to definitely be that Stunnel is using 32-bit mode (as stated in your message header) and you&#8217;re installing on a 64-bit system.  I don&#8217;t see separate binaries for these downloads, so I suspect that that there&#8217;s some editing needed in stunnel.conf.  </p>
<p>Unfortunately, it&#8217;s been almost 2 years since I wrote this post or messed with Stunnel and I&#8217;ve only done it with XP so I&#8217;m not much help on the newer issues.  It served my purpose well back when I wrote this post but I no longer need or use Stunnel.  </p>
<p>Best of luck to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieter Verberne</title>
		<link>http://www.jeffkastner.com/2010/01/blat-stunnel-and-gmail/comment-page-1/#comment-3730</link>
		<dc:creator>Pieter Verberne</dc:creator>
		<pubDate>Sun, 27 Nov 2011 10:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffkastner.com/?p=162#comment-3730</guid>
		<description>I have a pc with windows 7 - 64 bit and I am very eager to use Blat also with Google.

I have followed the instructions to install Stunnel literally:
&quot;Now, start the service and then ‘Run Stunnel’ (both options from Program Files)&quot;.

Apparently before starting the service I must install it. Correct?
After installing the service, starting it is no problem and it can be found in services.msc

The next step, ‘Run Stunnel’, is where it goes wrong and I have no clue what to do.

This is the message I get:

Stunnel 4.48 on Win32 (invalid stunnel.conf)   [This is the message header]

No limit detected for the number of clients
make_sockets: s_socket#1: FD=464 allocated (blocking mode)
make_sockets: s_socket#2: FD=468 allocated (blocking mode)
make_sockets: s_accept: FD=472 allocated (non-blocking mode)
stunnel 4.48 on x86-pc-mingw32-gnu platform
Compiled/running with OpenSSL 0.9.8r-fips 8 Feb 2011
Threading:WIN32 SSL:ENGINE,FIPS Auth:none Sockets:SELECT,IPv6
Reading configuration from file stunnel.conf
FIPS_mode_set: 2D06906E: error:2D06906E:FIPS routines:FIPS_CHECK_INCORE_FINGERPRINT:fingerprint does not match

Server is down

End of message

Any help would be highly appreciated.
Many thanks indeed

If I can get this to work it is probably my best X-mas present. Thanks a lot Jeff</description>
		<content:encoded><![CDATA[<p>I have a pc with windows 7 &#8211; 64 bit and I am very eager to use Blat also with Google.</p>
<p>I have followed the instructions to install Stunnel literally:<br />
&#8220;Now, start the service and then ‘Run Stunnel’ (both options from Program Files)&#8221;.</p>
<p>Apparently before starting the service I must install it. Correct?<br />
After installing the service, starting it is no problem and it can be found in services.msc</p>
<p>The next step, ‘Run Stunnel’, is where it goes wrong and I have no clue what to do.</p>
<p>This is the message I get:</p>
<p>Stunnel 4.48 on Win32 (invalid stunnel.conf)   [This is the message header]</p>
<p>No limit detected for the number of clients<br />
make_sockets: s_socket#1: FD=464 allocated (blocking mode)<br />
make_sockets: s_socket#2: FD=468 allocated (blocking mode)<br />
make_sockets: s_accept: FD=472 allocated (non-blocking mode)<br />
stunnel 4.48 on x86-pc-mingw32-gnu platform<br />
Compiled/running with OpenSSL 0.9.8r-fips 8 Feb 2011<br />
Threading:WIN32 SSL:ENGINE,FIPS Auth:none Sockets:SELECT,IPv6<br />
Reading configuration from file stunnel.conf<br />
FIPS_mode_set: 2D06906E: error:2D06906E:FIPS routines:FIPS_CHECK_INCORE_FINGERPRINT:fingerprint does not match</p>
<p>Server is down</p>
<p>End of message</p>
<p>Any help would be highly appreciated.<br />
Many thanks indeed</p>
<p>If I can get this to work it is probably my best X-mas present. Thanks a lot Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.jeffkastner.com/2010/01/blat-stunnel-and-gmail/comment-page-1/#comment-3208</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 17 Oct 2011 22:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffkastner.com/?p=162#comment-3208</guid>
		<description>The message Error: Not a socket was caused due to another service, in my case c:\windows\system32\Lserver.exe (Terminal server Licensing) using the same port 1099. Not tested yet, but changing the port to another unused in the config file should solve the problem.
You can use the program &quot;active ports&quot; available in Internet to see what programis using that port.</description>
		<content:encoded><![CDATA[<p>The message Error: Not a socket was caused due to another service, in my case c:\windows\system32\Lserver.exe (Terminal server Licensing) using the same port 1099. Not tested yet, but changing the port to another unused in the config file should solve the problem.<br />
You can use the program &#8220;active ports&#8221; available in Internet to see what programis using that port.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adding E-Mail Notification to uTorrent When a Download Finishes &#171; Gadgets&#38;Pepsi</title>
		<link>http://www.jeffkastner.com/2010/01/blat-stunnel-and-gmail/comment-page-1/#comment-3030</link>
		<dc:creator>Adding E-Mail Notification to uTorrent When a Download Finishes &#171; Gadgets&#38;Pepsi</dc:creator>
		<pubDate>Fri, 07 Oct 2011 04:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffkastner.com/?p=162#comment-3030</guid>
		<description>[...] Using Blat, Stunnel and Gmail Together Like this:LikeBe the first to like this post.    Published: October 7, 2011 Filed Under: Desktop [...]</description>
		<content:encoded><![CDATA[<p>[...] Using Blat, Stunnel and Gmail Together Like this:LikeBe the first to like this post.    Published: October 7, 2011 Filed Under: Desktop [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Kastner</title>
		<link>http://www.jeffkastner.com/2010/01/blat-stunnel-and-gmail/comment-page-1/#comment-2872</link>
		<dc:creator>Jeff Kastner</dc:creator>
		<pubDate>Wed, 21 Sep 2011 13:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffkastner.com/?p=162#comment-2872</guid>
		<description>Thanks Paul.  I appreciate the words.  Glad it helped you out!</description>
		<content:encoded><![CDATA[<p>Thanks Paul.  I appreciate the words.  Glad it helped you out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.jeffkastner.com/2010/01/blat-stunnel-and-gmail/comment-page-1/#comment-2835</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 16 Sep 2011 21:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffkastner.com/?p=162#comment-2835</guid>
		<description>Just wanted to say thanks for this article, within 5 mins I had it running.
Came across blat today as needed to email backup logs from my Veritas server, then thought abou tusing it at home also.
Stunnel is cool.</description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks for this article, within 5 mins I had it running.<br />
Came across blat today as needed to email backup logs from my Veritas server, then thought abou tusing it at home also.<br />
Stunnel is cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Kastner</title>
		<link>http://www.jeffkastner.com/2010/01/blat-stunnel-and-gmail/comment-page-1/#comment-1698</link>
		<dc:creator>Jeff Kastner</dc:creator>
		<pubDate>Mon, 23 May 2011 18:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffkastner.com/?p=162#comment-1698</guid>
		<description>Nice mention, Scott.  I&#039;m not familiar with sendEmail but it looks like a nice alternative solution.</description>
		<content:encoded><![CDATA[<p>Nice mention, Scott.  I&#8217;m not familiar with sendEmail but it looks like a nice alternative solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

