RE: Blat and stunnel: SSL_accept: Peer suddenly disconnected
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <46780A8D4F994821A71585518C5E9780@extensa> |
Chip's profile assumes that blat is using port 27 for sending emails. Skand -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Monday, May 11, 2015 4:56 AM To: [email protected] Subject: Re: [blat] Blat and stunnel: SSL_accept: Peer suddenly disconnected > Frank, > > Take a look at the example page, http://www.blat.net/examples/, at the > bottom is Chip’s configuration file. It may have some clues that will > help. > > Cheers, > > Doug Frank, Here is my stunnel.conf file that works with Gmail. Please take note of the first section, and the last section. 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