Home | History | Annotate | Download | only in data
      1 <testcase>
      2 <info>
      3 <keywords>
      4 SMTP
      5 HELP
      6 </keywords>
      7 </info>
      8 
      9 #
     10 # Server-side
     11 <reply>
     12 <data>
     13 214-This server supports the following commands:
     14 214 HELO EHLO RCPT DATA RSET MAIL VRFY EXPN QUIT HELP
     15 </data>
     16 </reply>
     17 
     18 #
     19 # Client-side
     20 <client>
     21 <server>
     22 smtp
     23 </server>
     24  <name>
     25 SMTP HELP
     26  </name>
     27  <command>
     28 smtp://%HOSTIP:%SMTPPORT/928
     29 </command>
     30 </client>
     31 
     32 #
     33 # Verify data after the test has been "shot"
     34 <verify>
     35 <protocol>
     36 EHLO 928
     37 HELP
     38 QUIT
     39 </protocol>
     40 </verify>
     41 </testcase>
     42