xref: /aosp_15_r20/external/curl/tests/data/test953 (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1<testcase>
2<info>
3<keywords>
4SMTP
5SASL
6SASL AUTH PLAIN
7RFC4616
8RFC4954
9</keywords>
10</info>
11
12#
13# Server-side
14<reply>
15<servercmd>
16AUTH PLAIN
17REPLY AUTH 334 PLAIN supported
18REPLY dXJzZWwAa3VydAB4aXBqM3BsbXE= 235 Authenticated
19</servercmd>
20</reply>
21
22#
23# Client-side
24<client>
25<server>
26smtp
27</server>
28<name>
29SMTP plain authentication with alternative authorization identity
30</name>
31<stdin>
32mail body
33</stdin>
34<command>
35smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt [email protected] --mail-from [email protected] -u kurt:xipj3plmq --sasl-authzid ursel -T -
36</command>
37</client>
38
39#
40# Verify data after the test has been "shot"
41<verify>
42<protocol>
43EHLO %TESTNUMBER
44AUTH PLAIN
45dXJzZWwAa3VydAB4aXBqM3BsbXE=
46MAIL FROM:<[email protected]>
47RCPT TO:<[email protected]>
48DATA
49QUIT
50</protocol>
51<upload>
52mail body
53.
54</upload>
55</verify>
56</testcase>
57