<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
eric wyzerski wrote:<br>
<blockquote type="cite"
 cite="midBAY103-F403EF7A8B6F904BD6FAAFFC08D0@phx.gbl">Hi,
  <br>
  <br>
Im trying to bind my 465 port tu my 25 port to have a ssl-smtp with the
following command:
  <br>
stunnel -p /etc/stunnel.pem2 -d 465 -r localhost:25
  <br>
However when I try to connect to port 465, I get the following error,
  <br>
stunnel[3443]: SSL_accept: Peer suddenly disconnected
  <br>
Any idea? Thank you
  <br>
Eric
  <br>
</blockquote>
<br>
I've got that system working on an OLD Linux system here....  <br>
<br>
In my case, I added it as a line to my  /etc/inittab, so I'm running it
in the "foreground" since init will respawn it if it ever dies.  Here's
my invocation:<br>
<br>
<span style="font-family: monospace;">stunnel -d 465 -r smtp -f -n smtp
-p /usr/share/ssl/certs/sendmail.pem</span><br>
<br>
I think the part that you are really missing is the   <span
 style="font-family: monospace;">-n smtp</span>   switch setting.<br>
<br>
GL<br>
</body>
</html>