Commit | Line | Data |
---|---|---|
54c5ebb1 PH |
1 | Connecting to 127.0.0.1 port 1225 ... connected |
2 | ??? 220 | |
3 | <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 | |
4 | >>> ehlo rhu.barb | |
5 | ??? 250- | |
6 | <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1] | |
7 | ??? 250- | |
8 | <<< 250-SIZE 52428800 | |
9 | ??? 250- | |
5b456975 JH |
10 | <<< 250-8BITMIME |
11 | ??? 250- | |
54c5ebb1 PH |
12 | <<< 250-PIPELINING |
13 | ??? 250- | |
14 | <<< 250-STARTTLS | |
15 | ??? 250 | |
16 | <<< 250 HELP | |
17 | >>> mail from:<userx@test.ex> | |
18 | ??? 250 | |
19 | <<< 250 OK | |
20 | >>> rcpt to:<userx@test.ex> | |
21 | ??? 550 | |
22 | <<< 550 encryption required | |
23 | >>> quit | |
24 | ??? 221 | |
25 | <<< 221 myhost.test.ex closing connection | |
26 | End of script | |
27 | Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected | |
28 | ??? 220 | |
29 | <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 | |
30 | >>> ehlo rhu.barb | |
31 | ??? 250- | |
32 | <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4] | |
33 | ??? 250- | |
34 | <<< 250-SIZE 52428800 | |
35 | ??? 250- | |
5b456975 JH |
36 | <<< 250-8BITMIME |
37 | ??? 250- | |
54c5ebb1 PH |
38 | <<< 250-PIPELINING |
39 | ??? 250- | |
40 | <<< 250-STARTTLS | |
41 | ??? 250 | |
42 | <<< 250 HELP | |
43 | >>> mail from:<userx@test.ex> | |
44 | ??? 250 | |
45 | <<< 250 OK | |
46 | >>> rcpt to:<userx@test.ex> | |
47 | ??? 250 | |
48 | <<< 250 Accepted | |
49 | >>> DATA | |
50 | ??? 3 | |
51 | <<< 354 Enter message, ending with "." on a line by itself | |
52 | >>> This is a test unencrypted message. | |
53 | >>> . | |
54 | ??? 250 | |
55 | <<< 250 OK id=10HmaX-0005vi-00 | |
56 | >>> quit | |
57 | ??? 221 | |
58 | <<< 221 myhost.test.ex closing connection | |
59 | End of script |