Hello Gary, Thursday, October 12, 2006, 2:59:35 AM, you wrote:
>>Sure, I use stunnel in *n.x all the time, but never tried it in windows. Please download Stunnel from http://www.stunnel.org/download/binaries.html , install it and create the file stunnel.conf, place it to the same direcory where you installed stunnel.exe: client = yes debug = debug [pop3s] accept = 127.0.0.1:110 connect = pop3s.myisp.com:995 [imaps] accept = 127.0.0.1:143 delay = yes connect = imaps.myisp.com:993 [smtps] accept = 127.0.0.1:25 connect = smtps.myisp.com:465 In The Bat! account properties, specify 127.0.0.1 and "Regular" connection. If the server requires "Secure to regular port (STARTTLS)", then use the following data in stunnel.conf, [smtps] section: [smtps] accept = 127.0.0.1:25 connect = smtps.myisp.com:25 protocol = smtp -- Best regards, Maxim Masiutin mailto:[EMAIL PROTECTED] ________________________________________________________ Current ALPHA is 3.86.03 | 'Using TBBETA' information: http://www.silverstones.com/thebat/TBUDLInfo.html IMPORTANT: To register as a Beta tester, use this link first - http://www.ritlabs.com/en/partners/testers/

