Re: Problems with stunnel and cox.net on Windows 7

[email protected]
Newsgroups gmane.network.stunnel.user
Message-ID <[email protected]>
From:	"Phil Smith III" <[email protected]>
Date:	Wed, 17 Jan 2018 21:59:42 -0500
> Here's my stunnel.conf, with blank lines and comments removed:
> client = yes
> output = C:\temp\stunnel-log.txt
> taskbar = yes
> debug = 7
> [POP3 Incoming]
> protocol = pop3
> accept = 127.0.0.1:1110
> connect = pop.cox.net:995
> protocol = smtp
> accept = 127.0.0.1:25
> connect = smtp.cox.net:465

Here it worked for POP3 immediately.  Not needed for SMTP.
https://en.wikibooks.org/wiki/Oberon/Oberon#Receiving_and_Sending_Email

Before using 1110, check.
netstat -tulpn | grep 1110

Correct id, passwd and port are in the MUA? 

Separate configurations for POP3 and SMTP.  Troubleshoot one at a time.
"protocol" shouldn't be necessary.  Try this.

[POP3]
client = yes
output = C:\temp\stunnel-log.txt
accept = localhost:1110
connect = pop.cox.net:995

Regards,                  ... Peter E.


-- 

123456789 123456789 123456789 123456789 123456789 123456789 123456789
Tel: +1 360 639 0202                      Pender Is.: +1 250 629 3757
http://easthope.ca/Peter.html              Bcc: peter at easthope. ca

_______________________________________________
stunnel-users mailing list
[email protected]
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.