Differences between revisions 2 and 3
Revision 2 as of 2018-12-30 21:02:22
Size: 245
Editor: PieterSmit
Comment:
Revision 3 as of 2018-12-30 21:04:58
Size: 300
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
ehlo testconnection
auth plain (base64encodedstring)

SMTP Simple mail transfer protocol

Debug smtp sasl starttls authentication

  • Connect and move to tls protected channel

    $ openssl s_client -starttls smtp -crlf -connect vigor.nz:25
    ehlo testconnection
    auth plain (base64encodedstring)

...

smtp (last edited 2024-02-08 09:50:04 by PieterSmit)