Commit | Line | Data |
---|---|---|
54c5ebb1 PH |
1 | |
2 | ******** SERVER ******** | |
3 | Listening on TESTSUITE/test.socket ... | |
4 | Connection request | |
5 | 220 | |
6 | LHLO myhost.test.ex | |
7 | 220 OK | |
8 | MAIL FROM:<CALLER@myhost.test.ex> | |
9 | 250 OK | |
10 | RCPT TO:<userx@myhost.test.ex> | |
11 | 250 OK | |
12 | DATA | |
13 | 334 send more | |
14 | Received: from CALLER by myhost.test.ex with local (Exim x.yz) | |
15 | (envelope-from <CALLER@myhost.test.ex>) | |
16 | id 10HmaX-0005vi-00 | |
17 | for userx@myhost.test.ex; Tue, 2 Mar 1999 09:44:33 +0000 | |
18 | Message-Id: <E10HmaX-0005vi-00@myhost.test.ex> | |
19 | From: CALLER_NAME <CALLER@myhost.test.ex> | |
b3f43fa0 | 20 | Date: Tue, 2 Mar 1999 09:44:33 +0000 |
54c5ebb1 PH |
21 | |
22 | This is a test message. | |
23 | . | |
24 | 250 OK | |
25 | QUIT | |
26 | 250 OK | |
27 | End of script | |
28 | Listening on TESTSUITE/test.socket ... | |
29 | Connection request | |
30 | *sleep 3 | |
31 | End of script | |
32 | Listening on TESTSUITE/test.socket ... | |
33 | Connection request | |
34 | 440 Sorry, there's a problem here | |
35 | End of script | |
36 | Listening on TESTSUITE/test.socket ... | |
37 | Connection request | |
38 | 220 Welcome to this LMTP simulation | |
39 | LHLO myhost.test.ex | |
40 | 250-Hello there | |
41 | 250 SIZE | |
42 | MAIL FROM:<CALLER@myhost.test.ex> | |
43 | 550 Don't like that sender | |
44 | QUIT | |
45 | 250 OK | |
46 | End of script | |
47 | Listening on TESTSUITE/test.socket ... | |
48 | Connection request | |
49 | 220 Welcome to this LMTP simulation | |
50 | LHLO myhost.test.ex | |
51 | 250-Hello there | |
52 | 250 SIZE | |
53 | MAIL FROM:<CALLER@myhost.test.ex> | |
54 | 250 OK | |
55 | RCPT TO:<lp1@myhost.test.ex> | |
56 | 250 OK | |
57 | RCPT TO:<lp2@myhost.test.ex> | |
58 | 250 OK | |
59 | RCPT TO:<lp3@myhost.test.ex> | |
60 | 250 OK | |
61 | RCPT TO:<lp4@myhost.test.ex> | |
62 | 450 This one is delayed on RCPT | |
63 | RCPT TO:<lp5@myhost.test.ex> | |
64 | 550 This one is unknown on RCPT | |
65 | RCPT TO:<lp6@myhost.test.ex> | |
66 | 250 OK | |
67 | DATA | |
68 | 354 Send it | |
69 | Received: from CALLER by myhost.test.ex with local (Exim x.yz) | |
70 | (envelope-from <CALLER@myhost.test.ex>) | |
71 | id 10HmbA-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000 | |
72 | Message-Id: <E10HmbA-0005vi-00@myhost.test.ex> | |
73 | From: CALLER_NAME <CALLER@myhost.test.ex> | |
b3f43fa0 | 74 | Date: Tue, 2 Mar 1999 09:44:33 +0000 |
54c5ebb1 PH |
75 | |
76 | This is a test message | |
77 | . | |
78 | 250 Number 1 is OK | |
79 | 450 Number 2 is now delayed | |
80 | 550 Number 3 is now rejected | |
81 | 250 Number 6 is OK | |
82 | QUIT | |
83 | 250 OK | |
84 | End of script |