RE: Fw: need help
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <A9AED537B5C6428FB09B02841B846C90@extensa> |
It will be 127.0.0.1:28 (assuming stunnel is running on same computer from where blat command is executed). You can also say localhost -port 28 Regards, For Softools Middle East, A Dubai Based Company Skand Bhargava TAS2000 & HR2020: Serious Attendance & HR Systems PO Box 14959, Dubai Tel: +971 4 2680533, Mob: +971 50 6340258 -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Monday, March 28, 2016 1:15 AM To: [email protected] Subject: RE: [blat] Fw: need help With stunnel listening on port 28, is it blat install 127.0.0.1 me@myaddress or should it be blat install 127.0.0.1:28 me@myaddress or is it blat install 127.0.0.1 me@myaddress * 28 * Mike Mattos “To succeed in the world it is not enough to be stupid, you must also be well-mannered” Voltaire From: [email protected] [mailto:[email protected]] Sent: March 27, 2016 11:57 AM To: [email protected] Subject: Re: [blat] Fw: need help Outlook.com requires a secure connection using SSL or TLS protocol. To get around this, I use another program called stunnel from http://stunnel.org/ to provide the SSL / TLS portion. In this way, Blat is able to communicate with email service providers, such as Outlook.com or Gmail.com. If you use stunnel for SSL / TLS, then Blast must be told to use 127.0.0.1 as the SMTP server. Stunnel on your PC will listen to that IP address, and open a secure connection to your actual SMTP server (Outlook.com) so Blat can begin to communicate. Getting stunnel installed is very easy, just answer some questions such as your name and country, make sure that it starts with Windows, then edit the configuration file to look similar to this list: CAfile = cert.pem cert = client.pem client = yes RNDfile = .rnd sslVersion = TLSv1 fips = no [outlook client] accept = 127.0.0.1:28 connect = smtp.live.com:587 sslVersion = all options = NO_SSLv2 protocol = smtp -- Chip