| Newsgroups |
gmane.mail.blat |
| Message-ID |
<9FDDB303C8984325A0CE4F5C94AA73E2@extensa> |
When you start stunnel - on top.
-----Original Message-----
From: [email protected] [mailto:[email protected]]
Sent: Monday, January 09, 2017 1:32 PM
To: [email protected]
Subject: RE: [blat] S-tunnel help
Thanks Doug for the reply…
Where is this “Menu option”?
Ernest
From: [email protected] [mailto:[email protected]]
Sent: Saturday, January 07, 2017 19:33 PM
To: [email protected]
Subject: RE: [blat] S-tunnel help
Hi Ed,
Two quick items from memory:
1. I left the config file where it put it and use the menu option to
update it as needed. I copy it as needed to make a backup.
2. For a certificate there was an option in the doc to create a
self-signed cert and that has worked ok for me.
HTH,
Doug
From: [email protected] <mailto:[email protected]> [
mailto:[email protected] <mailto:[email protected]> ]
Sent: Saturday, January 07, 2017 20:37
To: [email protected] <mailto:[email protected]>
Subject: RE: [blat] S-tunnel help
Chip (and anyone else that wants to chime in),
Somehow, for this computer professional, this just isn’t coming together.
I downloaded STUNNEL and installed it. It had an icon in the Notification
area of my toolbar and I can bring up a log file:
:56 LOG5[main]: stunnel 5.38 on x86-pc-msvc-1500 platform
:56 LOG5[main]: Compiled/running with OpenSSL 1.0.2j-fips 26 Sep 2016
:56 LOG5[main]: Threading:WIN32 Sockets:SELECT,IPv6
TLS:ENGINE,FIPS,OCSP,PSK,SNI
:56 LOG5[main]: Reading configuration from file stunnel.conf
:56 LOG5[main]: UTF-8 byte order mark detected
:56 LOG5[main]: FIPS mode disabled
:56 LOG5[main]: Configuration successful
From the documentation that you referred me to below, I don’t see where to
place the configuration file so that it will find it. (I would prefer to
stay away from modifying the registry if possible. When I run BLAT, I just
specify everything and do not save to the registry.)
I don’t understand at all what a certificate has to do with this. Do I have
to go someplace and buy a certificate to make this work?
I know that by posting to the Yahoo Group, what we do here may help someone
else, but I am seriously embarrassed by how poorly I am doing getting this
to work and would appreciate some private help with this. My work schedule
only allows me one day a week to work on this.
Ernest
From: [email protected] <mailto:[email protected]> [
mailto:[email protected] <mailto:[email protected]> ]
Sent: Saturday, December 31, 2016 14:21 PM
To: [email protected] <mailto:[email protected]>
Subject: Re: [blat] S-tunnel help
> All the applications that I had working using BLAT have recently stopped
> working, on multiple PC’s. I don’t know if it is because of recent WINDOWS
> updates, updates to Microsoft email services, or just what.
>
> I have never used Stunnel, but I would like to learn how to use it.
>
> Is there a good document that you can refer me to, or a sample piece of
> code (.BAT file) that I can learn from?
>
> The emails I will be sending will be using a HOTMAIL account for their
> user and password.
>
> Help please
Ernest,
Here is my stunnel.conf file that works with Hotmail, along with AT&T,
Gmail, and Office365. To use these settings, when I want to send through
Hotmail, I tell Blat to use IP 127.0.0.1 and port 8002 (-server
127.0.0.1:8002). These can be set with the -install command line option for
Blat. If you plan to use only Hotmail servers, you can set these as the
default values. If you want to use other servers as well, then you should
create a Hotmail profile with these values and then use the -profile option
to choose which values to use for Blat.
As for a good document for using Stunnel specifically, I would hope there is
something available from the stunnel.org website
( https://www.stunnel.org/docs.html <https://www.stunnel.org/docs.html> ). I
have stunnel configured to start
with Windows so it is running before I need to use Blat.
Chip
CAfile = cert.pem
cert = client.pem
client = yes
RNDfile = .rnd
sslVersion = TLSv1
fips = no
[att yahoo smtp]
accept = 25
connect = outbound.att.net:465
[att yahoo pop3]
accept = 110
connect = inbound.att.net:995
[hotmail smtp]
accept = 8002
connect = smtp.live.com:587
protocol = smtp
[hotmail pop3]
accept = 9002
connect = pop3.live.com:995
[gmail smtp]
accept = 27
connect = smtp.gmail.com:587
protocol = smtp
[fdf client]
accept = 28
connect = smtp.office365.com:587
sslVersion = all
options = NO_SSLv2
protocol = smtp
[Non-text portions of this message have been removed]