SMTP
SMTP AUTH PLAIN SASL-IR
RFC4616
RFC4954
#
# Server-side
AUTH PLAIN
REPLY AUTH 235 Authenticated
#
# Client-side
smtp
SMTP plain authentication with initial response
mail body
smtp://%HOSTIP:%SMTPPORT/907 --mail-rcpt recipient@example.com --mail-from sender@example.com -u test:1234 --sasl-ir -T -
#
# Verify data after the test has been "shot"
EHLO 907
AUTH PLAIN dGVzdAB0ZXN0ADEyMzQ=
MAIL FROM:
RCPT TO:
DATA
QUIT
mail body
.