blob: 3b1801b0c172517e5996b99f1946150e9fed91e4 [file] [log] [blame]
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -07001<testcase>
2<info>
3<keywords>
4SMTP
5VRFY
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12<data>
13252 Send some mail and I'll try my best
14</data>
15</reply>
16
17#
18# Client-side
19<client>
20<server>
21smtp
22</server>
23 <name>
24SMTP external VRFY
25 </name>
26 <command>
Elliott Hughes34dd5f42021-08-10 13:01:18 -070027smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt user@example.net
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -070028</command>
29</client>
30
31#
32# Verify data after the test has been "shot"
33<verify>
34<protocol>
Elliott Hughes34dd5f42021-08-10 13:01:18 -070035EHLO %TESTNUMBER
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -070036VRFY user@example.net
37QUIT
38</protocol>
39</verify>
40</testcase>