received_protocol
[exim.git] / test / scripts / 4200-International / 4201
CommitLineData
9d4319df
JH
1# Internationalised mail: smtp
2# Exim test configuration 4200
3#
4exim -DSERVER=server -bd -oX PORT_D
5****
6#
7#
8# Basic smtp input, no delivery
9client 127.0.0.1 PORT_D
10??? 220
11EHLO client
12??? 250-
13??? 250-SIZE
14??? 250-8BITMIME
15??? 250-PIPELINING
16??? 250-SMTPUTF8
17??? 250 HELP
18MAIL FROM: <someone@some.domain> SMTPUTF8
19??? 250
20RCPT TO: <userx@test.ex>
21??? 250
22DATA
23??? 354
24Subject: test
25
26body
27.
28??? 250
29QUIT
30??? 221
31****
32#
33#
34# utf-8 from, Basic smtp input, no delivery
35client 127.0.0.1 PORT_D
36??? 220
37EHLO client
38??? 250-
39??? 250-SIZE
40??? 250-8BITMIME
41??? 250-PIPELINING
42??? 250-SMTPUTF8
43??? 250 HELP
44MAIL FROM: <ليهمابتكلموشعربي؟@czech.Pročprostěnemluvíčesky.com> SMTPUTF8
45??? 250
46RCPT TO: <userx@test.ex>
47??? 250
48DATA
49??? 354
50Subject: test
51
52body
53.
54??? 250
55QUIT
56??? 221
57****
58#
59#
60killdaemon
61exim -DSERVER=server -qq
62****
63no_msglog_check
64