Commit | Line | Data |
---|---|---|
9d4319df JH |
1 | Connecting to 127.0.0.1 port 1225 ... connected |
2 | ??? 220 | |
3 | <<< 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 | |
4 | >>> EHLO client | |
5 | ??? 250- | |
6 | <<< 250-the.local.host.name Hello client [127.0.0.1] | |
7 | ??? 250-SIZE | |
8 | <<< 250-SIZE 52428800 | |
9 | ??? 250-8BITMIME | |
10 | <<< 250-8BITMIME | |
11 | ??? 250-PIPELINING | |
12 | <<< 250-PIPELINING | |
13 | ??? 250-SMTPUTF8 | |
14 | <<< 250-SMTPUTF8 | |
15 | ??? 250 HELP | |
16 | <<< 250 HELP | |
17 | >>> MAIL FROM: <someone@some.domain> SMTPUTF8 | |
18 | ??? 250 | |
19 | <<< 250 OK | |
20 | >>> RCPT TO: <userx@test.ex> | |
21 | ??? 250 | |
22 | <<< 250 Accepted | |
23 | >>> DATA | |
24 | ??? 354 | |
25 | <<< 354 Enter message, ending with "." on a line by itself | |
26 | >>> Subject: test | |
27 | >>> | |
28 | >>> body | |
29 | >>> . | |
30 | ??? 250 | |
31 | <<< 250 OK id=10HmaX-0005vi-00 | |
32 | >>> QUIT | |
33 | ??? 221 | |
34 | <<< 221 the.local.host.name closing connection | |
35 | End of script | |
36 | Connecting to 127.0.0.1 port 1225 ... connected | |
37 | ??? 220 | |
38 | <<< 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 | |
39 | >>> EHLO client | |
40 | ??? 250- | |
41 | <<< 250-the.local.host.name Hello client [127.0.0.1] | |
42 | ??? 250-SIZE | |
43 | <<< 250-SIZE 52428800 | |
44 | ??? 250-8BITMIME | |
45 | <<< 250-8BITMIME | |
46 | ??? 250-PIPELINING | |
47 | <<< 250-PIPELINING | |
48 | ??? 250-SMTPUTF8 | |
49 | <<< 250-SMTPUTF8 | |
50 | ??? 250 HELP | |
51 | <<< 250 HELP | |
52 | >>> MAIL FROM: <ليهمابتكلموشعربي؟@czech.Pročprostěnemluvíčesky.com> SMTPUTF8 | |
53 | ??? 250 | |
54 | <<< 250 OK | |
55 | >>> RCPT TO: <userx@test.ex> | |
56 | ??? 250 | |
57 | <<< 250 Accepted | |
58 | >>> DATA | |
59 | ??? 354 | |
60 | <<< 354 Enter message, ending with "." on a line by itself | |
61 | >>> Subject: test | |
62 | >>> | |
63 | >>> body | |
64 | >>> . | |
65 | ??? 250 | |
66 | <<< 250 OK id=10HmaY-0005vi-00 | |
67 | >>> QUIT | |
68 | ??? 221 | |
69 | <<< 221 the.local.host.name closing connection | |
70 | End of script | |
7ade712c JH |
71 | 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r |
72 | 250-the.local.host.name Hello CALLER at client.bh\r | |
73 | 250-SIZE 52428800\r | |
74 | 250-8BITMIME\r | |
75 | 250-PIPELINING\r | |
76 | 250-SMTPUTF8\r | |
77 | 250 HELP\r | |
78 | 250 OK\r | |
79 | 250 Accepted\r | |
80 | 354 Enter message, ending with "." on a line by itself\r | |
81 | 250 OK id=10HmaZ-0005vi-00\r | |
82 | 221 the.local.host.name closing connection\r |