1<testcase>
2<info>
3<keywords>
4SMTP
5SASL
6SASL AUTH EXTERNAL
7RFC4422
8RFC4954
9</keywords>
10</info>
11
12#
13# Server-side
14<reply>
15<servercmd>
16AUTH EXTERNAL
17REPLY AUTH 334 EXTERNAL supported
18REPLY dXNlcg== 235 Authenticated
19</servercmd>
20</reply>
21
22#
23# Client-side
24<client>
25<server>
26smtp
27</server>
28 <name>
29SMTP external authentication
30 </name>
31<stdin>
32mail body
33</stdin>
34 <command>
35'smtp://user;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/942' --mail-rcpt recipient@example.com --mail-from sender@example.com -T -
36</command>
37</client>
38
39#
40# Verify data after the test has been "shot"
41<verify>
42<protocol>
43EHLO 942
44AUTH EXTERNAL
45dXNlcg==
46MAIL FROM:<sender@example.com>
47RCPT TO:<recipient@example.com>
48DATA
49QUIT
50</protocol>
51<upload>
52mail body
53.
54</upload>
55</verify>
56</testcase>
57