SMTP

From DWIKI
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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==