[stunnel-users] Problems with stunnel and cox.net on Windows 7

peter at easthope.ca peter at easthope.ca
Thu Jan 18 06:20:00 CET 2018


From:	"Phil Smith III" <phs3stuff at cox.net>
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




More information about the stunnel-users mailing list