TLS negotiation

Hi.

I amtrying to send a mail through gmail using telnet to smtp.gmail.com.

I follow RFC-3207 that show how to do the STARTTLS.

The problem is that I dont know how to do the "TLS negotiation" and I
did'nt find any usefull guide for this.

Can anyone help ?

ThankX,
NAHUM.

PS Here is the quote from RFC-3207

5. Usage Example

The following dialog illustrates how a client and server can start a
TLS session:

S: <waits for connection on TCP port 25>
C: <opens connection>
S: 220 mail.imc.org SMTP service ready
C: EHLO mail.example.com
S: 250-mail.imc.org offers a warm hug of welcome
S: 250-8BITMIME
S: 250-STARTTLS
S: 250 DSN
C: STARTTLS
S: 220 Go ahead
C: <starts TLS negotiation>
C & S: <negotiate a TLS session>
C & S: <check result of negotiation>
C: EHLO mail.example.com
S: 250-mail.imc.org touches your hand gently for a moment
S: 250-8BITMIME
S: 250 DSN
nahum_barnea [ Fr, 20 Oktober 2006 16:30 ] [ ID #1508334 ]
Miscellaneous » comp.mail.misc » TLS negotiation

Vorheriges Thema: external mail server for web host
Nächstes Thema: Simple SMTP server for Windows to send group e-mail?