<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hello,<BR>
 <BR>
 I recently moved my Homeseer software from web server 08 to server 08. I had stunnel working on there properly to send out e mails using a hotmail account. I downloaded the new verison of Stunnel and tried to use the same config but Stunnel was crashing. Both versions web server 08 and server 08 are 64bit. Below is the original stunnel config file that I used on web server 08, this is cashing stunnel to crash when I run it. Using the default settings works, but I need to edit the config. I'm not to smart in the whole stunnel / Homeseer side of things. I was told by the Homeseer community that I need this to use my hotmail e mail to send e mails.<BR>
 <BR>
 <BR>
; Sample stunnel configuration file by Michal Trojnara 2002-2006<BR>; Some options used here may not be adequate for your particular configuration<BR>
; Certificate/key is needed in server mode and optional in client mode<BR>; The default certificate is provided only for testing and should not<BR>; be used in a production environment<BR>cert = stunnel.pem<BR>;key = stunnel.pem<BR>
; Some performance tunings<BR>socket = l:TCP_NODELAY=1<BR>socket = r:TCP_NODELAY=1<BR>
; Workaround for Eudora bug<BR>;options = DONT_INSERT_EMPTY_FRAGMENTS<BR>
; Authentication stuff<BR>;verify = 2<BR>; Don't forget to c_rehash CApath<BR>;CApath = certs<BR>; It's often easier to use CAfile<BR>;CAfile = certs.pem<BR>; Don't forget to c_rehash CRLpath<BR>;CRLpath = crls<BR>; Alternatively you can use CRLfile<BR>;CRLfile = crls.pem<BR>
; Some debugging stuff useful for troubleshooting<BR>;debug = 7<BR>;output = stunnel.log<BR>
; Use it for client mode<BR>client = yes<BR>
; Service-level configuration<BR>
[pop3s]<BR>accept  = 110<BR>connect = pop3.live.com:995<BR>
[imaps]<BR>accept  = 993<BR>connect = 143<BR>
[ssmtp]<BR>accept  = 25<BR>connect = smtp.live.com:587<BR>protocol = smtp<BR>
;[https]<BR>;accept  = 443<BR>;connect = 80<BR>;TIMEOUTclose = 0<BR>
; vim:ft=dosini<BR><BR>                                       </div></body>
</html>