2010-04-19 11:16:30 +02:00
|
|
|
<testcase>
|
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
SMTP
|
2014-03-30 12:20:19 +02:00
|
|
|
SASL
|
2014-03-30 13:01:15 +02:00
|
|
|
SASL AUTH CRAM-MD5
|
2010-04-19 11:16:30 +02:00
|
|
|
RFC2195
|
|
|
|
RFC4954
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<servercmd>
|
2013-09-19 21:29:24 +02:00
|
|
|
AUTH CRAM-MD5
|
2013-11-12 10:42:59 +01:00
|
|
|
REPLY AUTH 334 PDE5NzIuOTg3NjU0MzIxQGN1cmw+
|
|
|
|
REPLY dXNlciA3MDMxNzI1NTk5ZmRiYjVkNDEyNjg5YWEzMjNlM2UwYg== 235 Authenticated
|
2010-04-19 11:16:30 +02:00
|
|
|
</servercmd>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
smtp
|
|
|
|
</server>
|
|
|
|
<features>
|
|
|
|
crypto
|
|
|
|
</features>
|
|
|
|
<name>
|
|
|
|
SMTP CRAM-MD5 authentication
|
|
|
|
</name>
|
|
|
|
<stdin>
|
2013-04-28 17:12:40 +02:00
|
|
|
mail body
|
2010-04-19 11:16:30 +02:00
|
|
|
</stdin>
|
|
|
|
<command>
|
2013-11-12 10:42:59 +01:00
|
|
|
smtp://%HOSTIP:%SMTPPORT/905 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret -T -
|
2010-04-19 11:16:30 +02:00
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2013-09-29 10:53:49 +02:00
|
|
|
EHLO 905
|
2010-04-19 11:16:30 +02:00
|
|
|
AUTH CRAM-MD5
|
2013-11-12 10:42:59 +01:00
|
|
|
dXNlciA3MDMxNzI1NTk5ZmRiYjVkNDEyNjg5YWEzMjNlM2UwYg==
|
2013-09-29 17:48:02 +02:00
|
|
|
MAIL FROM:<sender@example.com>
|
|
|
|
RCPT TO:<recipient@example.com>
|
2010-04-19 11:16:30 +02:00
|
|
|
DATA
|
|
|
|
QUIT
|
|
|
|
</protocol>
|
|
|
|
<upload>
|
2013-04-28 17:12:40 +02:00
|
|
|
mail body
|
2010-04-19 11:16:30 +02:00
|
|
|
.
|
|
|
|
</upload>
|
|
|
|
</verify>
|
|
|
|
</testcase>
|