<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Greetings,  We are new to stunnel.  We've installed Stunnel v4.26 on a
handful of Windows XP machines, and we can send and receive emails
through the Stunnel configuration.  These XP machines reboot
automatically every night.  Many mornings, when the user sits down and
tries to initially send email, the email hangs and Stunnel aborts (or
has already aborted).  If the user runs stunnel again, our sending and
receiving of email is restored and stunnel seems rock-solid for the
rest of the day.<br>
<br>
Has anybody else had stability problems with Stunnel v4.26?  Any
suggestions?  FYI, relevant configuration information is shown below:<br>
<br>
Best regards, Jeff<br>
==================================<br>
<br>
1) Instead of installing stunnel on each machine, we have copied the
following files into a network folder available to everyone in our
office:<br>
<br>
    Q:\bin\stunnel\stunnel.exe<br>
    Q:\bin\stunnel\Q:\ibeay32.dll<br>
    Q:\bin\stunnel\libssl32.dll<br>
    Q:\bin\stunnel\stunnel.conf<br>
<br>
2) Everyone has a shortcut installed in their "Startup" folder to run
Q:\bin\stunnel\stunnel.exe.<br>
<br>
3) Here is our stunnel.conf file:<br>
<blockquote># GLOBAL OPTIONS<br>
client = yes<br>
output = C:\Documents and Settings\All Users\Application
Data\stunnel-log.txt<br>
debug = 0<br>
taskbar = yes<br>
  <br>
# SERVICE-LEVEL OPTIONS<br>
[pop3]<br>
accept=995<br>
connect=mail.ourpop.com:995<br>
[smtp]<br>
accept=465<br>
connect=mail.oursmtp.com:465<br>
</blockquote>
<br>
<br>
<br>
</body>
</html>