<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">Am 19.12.2013 15:57, schrieb Ferdinand
      Gruber:<br>
    </div>
    <blockquote cite="mid:52B30975.1030909@aon.at" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Am 19.12.2013 12:55, schrieb Peer
        Heinlein:<br>
      </div>
      <blockquote cite="mid:52B2DEC0.9010103@heinlein-support.de"
        type="cite">Postfixbuch, Kapitel 20.2 ab Seite 592.
      </blockquote>
    </blockquote>
    Ich habe jetzt genau nach der Anleitung im Buch die drei Dateien
    erstellt und nach <tt>/etc/postfix/ssl/ </tt>kopiert:<br>
    <br>
    <blockquote><tt>/etc/postfix/ssl # dir</tt><br>
      <tt>-rw-r--r-- 1 root root 3247 19. Dez 23:40 newcert.pem</tt><br>
      <tt>-rw------- 1 root root  916 19. Dez 23:40 newkey.pem</tt><br>
      <tt>-rw-r--r-- 1 root root  700 19. Dez 23:40 newreq.pem</tt><br>
    </blockquote>
    <tt><br>
    </tt>Möglicherweise habe ich aber die Verweise nicht richtig in<tt>
      /etc/postfix/main.cf</tt> eingetragen:<tt><br>
      <br>
    </tt>
    <blockquote><tt>smtpd_tls_key_file = /etc/postfix/ssl/newkey.pem</tt><br>
      <tt>smtpd_tls_cert_file = /etc/postfix/ssl/newcert.pem</tt><br>
      <tt>smtpd_tls_CAfile = /etc/postfix/ssl/newreq.pem</tt><br>
    </blockquote>
    <br>
    Das bekomme ich mit telnet:<tt><br>
      <br>
    </tt>
    <blockquote><tt>telnet localhost 25</tt><br>
      <tt>Trying 127.0.0.1...</tt><br>
      <tt>Connected to localhost.</tt><br>
      <tt>Escape character is '^]'.</tt><br>
      <tt>220 xx.xxxxxxx.xx ESMTP Postfix</tt><br>
      <tt>EHLO localhost</tt><br>
      <tt>250-</tt><tt><tt>xx.xxxxxxx.xx</tt></tt><br>
      <tt>250-PIPELINING</tt><br>
      <tt>250-SIZE</tt><br>
      <tt>250-VRFY</tt><br>
      <tt>250-ETRN</tt><br>
      <tt>250-STARTTLS</tt><br>
      <tt>250-AUTH PLAIN</tt><br>
      <tt>250-AUTH=PLAIN</tt><br>
      <tt>250-ENHANCEDSTATUSCODES</tt><br>
      <tt>250-8BITMIME</tt><br>
      <tt>250 DSN</tt><br>
    </blockquote>
    <tt><br>
      Sollte eigentlich passen, denke ich.<br>
      <br>
      Übrigens: Wenn ich in Thunderbird die Option STARTTLS nehme, dann
      wird zwar auch kein Mail verschickt, ich bekomme aber vom Server
      eines retour mit folgendem Inhalt:</tt>
    <blockquote>
      <pre wrap="">Transcript of session follows.

 Out: 220 <tt>xx.xxxxxxx.xx</tt> ESMTP Postfix
 In:  EHLO [10.0.0.140]
 Out: 250-<tt>xx.xxxxxxx.xx</tt>
 Out: 250-PIPELINING
 Out: 250-SIZE
 Out: 250-VRFY
 Out: 250-ETRN
 Out: 250-STARTTLS
 Out: 250-AUTH PLAIN
 Out: 250-AUTH=PLAIN
 Out: 250-ENHANCEDSTATUSCODES
 Out: 250-8BITMIME
 Out: 250 DSN
 In:  STARTTLS
 Out: 454 4.7.0 TLS not available due to local problem
 In:  QUIT
 Out: 221 2.0.0 Bye


For other details, see the local mail logfile</pre>
    </blockquote>
    <tt><br>
    </tt>Danke für weitere Hilfe.<br>
    Ferdinand<tt><br>
      <br>
    </tt>
  </body>
</html>