test923 403 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <testcase>
  2. <info>
  3. <keywords>
  4. SMTP
  5. VRFY
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. </reply>
  12. #
  13. # Client-side
  14. <client>
  15. <server>
  16. smtp
  17. </server>
  18. <name>
  19. SMTP VRFY
  20. </name>
  21. <command>
  22. smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient
  23. </command>
  24. </client>
  25. #
  26. # Verify data after the test has been "shot"
  27. <verify>
  28. <protocol>
  29. EHLO %TESTNUMBER
  30. VRFY recipient
  31. QUIT
  32. </protocol>
  33. </verify>
  34. </testcase>