Re: S-tunnel help
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <11E426C8EFC74E839F3A9DFE335AD29C@chip> |
> 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). 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