<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 2014-01-26 14:17, Tenhult Server
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAAvB3cVY8-wPXwCTO5d7YDsNHQ_Wsd4cWjDTqjdum7oiYex-Og@mail.gmail.com"
      type="cite"><span
        style="font-family:arial,sans-serif;font-size:13px">Hi, i'm
        trying to send mail with the help of stunnel but i get STARTTLS
        expected, what is wrong with my setup?</span>
      <div style="font-family:arial,sans-serif;font-size:13px">
        <br>
      </div>
      <div style="font-family:arial,sans-serif;font-size:13px">
        <div>File: stunnel.conf</div>
        <div><br>
        </div>
        <div>[outlook-smtp]</div>
        <div>protocol = smtp</div>
        <div>accept = <a moz-do-not-send="true"
            href="http://127.0.0.1:25/" target="_blank">127.0.0.1:25</a></div>
        <div>connect = <a moz-do-not-send="true"
            href="http://smtp-mail.outlook.com:587/" target="_blank">smtp-mail.outlook.com:587</a></div>
      </div>
    </blockquote>
    <br>
    You want<br>
        client = yes<br>
    if you want stunnel to act as an SSL client.<br>
    <br>
    Otherwise it tries to act as an SSL server, and negotiate SSL with
    your client instead of smtp-mail.outlook.com.<br>
    <br>
    Mike<br>
  </body>
</html>