SMTP
SASL
SASL AUTH PLAIN
RFC4616
RFC4954
#
# Server-side
AUTH PLAIN
REPLY AUTH 334 PLAIN supported
REPLY dXJzZWwAa3VydAB4aXBqM3BsbXE= 235 Authenticated
#
# Client-side
smtp
SMTP plain authentication with alternative authorization identity
mail body
smtp://%HOSTIP:%SMTPPORT/953 --mail-rcpt recipient@example.com --mail-from sender@example.com -u kurt:xipj3plmq --sasl-authzid ursel -T -
#
# Verify data after the test has been "shot"
EHLO 953
AUTH PLAIN
dXJzZWwAa3VydAB4aXBqM3BsbXE=
MAIL FROM:
RCPT TO:
DATA
QUIT
mail body
.