blob: 82f6c5601aeb202d0a0ffb86dc69db58ae1d10bd [file] [log] [blame]
<testcase>
<info>
<keywords>
SMTP
SASL
SASL AUTH LOGIN
SASL-IR
RFC4954
</keywords>
</info>
#
# Server-side
<reply>
<servercmd>
AUTH LOGIN
REPLY AUTH 334 UGFzc3dvcmQ6
REPLY c2VjcmV0 235 Authenticated
</servercmd>
</reply>
#
# Client-side
<client>
<server>
smtp
</server>
<name>
SMTP login authentication with initial response
</name>
<stdin>
mail body
</stdin>
<command>
smtp://%HOSTIP:%SMTPPORT/920 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret --sasl-ir -T -
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
EHLO 920
AUTH LOGIN dXNlcg==
c2VjcmV0
MAIL FROM:<sender@example.com>
RCPT TO:<recipient@example.com>
DATA
QUIT
</protocol>
<upload>
mail body
.
</upload>
</verify>
</testcase>