blob: 3ed097957f76b86fe2d72034a98e170d3b9e34eb [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4SMTP
5HELP
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12<data>
13214-This server supports the following commands:
14214 HELO EHLO RCPT DATA RSET MAIL VRFY EXPN QUIT HELP
15</data>
16</reply>
17
18#
19# Client-side
20<client>
21<server>
22smtp
23</server>
24 <name>
25SMTP HELP
26 </name>
27 <command>
28smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER
29</command>
30</client>
31
32#
33# Verify data after the test has been "shot"
34<verify>
35<protocol>
36EHLO %TESTNUMBER
37HELP
38QUIT
39</protocol>
40</verify>
41</testcase>