On 2019-10-26 08:20, Jan Ehrhardt wrote:
> Fill in a smtp-server of your choice (like smtp.gmail.com) and run it.
> It is non optimized for speed, so it might take 2 minutes before the
> results show. @Helmut and @Nikita: could you test this and share your
> results here?

I ran it on the command line and this was the result:

$ php secure_stream_test.php
<pre><b><i>64.233.167.108:587 connected</i></b>
220 smtp.gmail.com ESMTP e12sm6843183wrs.49 - gsmtp

<b><i>Send EHLO smtp.gmail.com</i></b>
250-smtp.gmail.com at your service, [MYIPHERE]
250-SIZE 35882577
250-8BITMIME
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-CHUNKING
250 SMTPUTF8

<b><i>Send STARTTLS</i></b>
220 2.0.0 Ready to start TLS

<b><i>Turn on encryption for login phase: stream_socket_enable_crypto</i></b>
<b><i>64.233.167.108:587: stream_socket_enable_crypto returned true</i></b>

<b><i>Send EHLO smtp.gmail.com</i></b>

250-smtp.gmail.com at your service, [MYIPHERE]
250-SIZE 35882577
250-8BITMIME
250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-CHUNKING
250 SMTPUTF8

<b><i>QUIT & close</i></b>

Cheers,
  K. C.

-- 
regards Helmut K. C. Tessarek              KeyID 0x172380A011EF4944
Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944

/*
   Thou shalt not follow the NULL pointer for chaos and madness
   await thee at its end.
*/

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to