SMTP

From DWIKI
Revision as of 10:45, 7 August 2023 by Tony (talk | contribs) (→‎Documentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation

SMTP reply codes

  • 5.5.0 unavailable (bob knows why)
  • 5.1.1 something wrong on exchange sewer, probably user unknown
  • 5.2.2 over quota


test smtp auth

echo -n "\0username\0password"| base64
openssl s_client -connect smtp.example.com:587 -starttls
HELO somehostname
AUTH PLAIN MzIwOTQyODUyMjYyNg==