test928 491 B

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