Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / scripts / 0000-Basic / 0301
1 # SMTP synchronization checks disabled, with and without PIPELINING
2 need_ipv4
3 munge sync_check_data
4 #
5 exim -DSERVER=server -bd -oX PORT_D
6 ****
7 client 127.0.0.1 PORT_D
8 ??? 220
9 ehlo abcd\r\nmail from:<userx@test.ex>
10 ??? 250-
11 ??? 250-
12 ??? 250-
13 ??? 250-
14 ??? 250
15 ??? 250
16 quit
17 ??? 221
18 ****
19 client 127.0.0.1 PORT_D
20 ??? 220
21 ehlo abcd
22 ??? 250-
23 ??? 250-
24 ??? 250-
25 ??? 250-
26 ??? 250
27 mail from:<userx@test.ex>\r\nrcpt to:<userx@test.ex>\r\ndata
28 ??? 250
29 ??? 250
30 ??? 354
31 the message
32 .\r\nmail from:<userx@test.ex>\r\nrcpt to:<userx@test.ex>\r\ndata\r\nthe message
33 ??? 250
34 ??? 250
35 ??? 250
36 ??? 354
37 .
38 ??? 250
39 quit
40 ??? 221
41 ****
42 # For this one, the check will be dyamically turned on again
43 client 127.0.0.1 PORT_D
44 ??? 220
45 ehlo en.force
46 ??? 250-
47 ??? 250-
48 ??? 250-
49 ??? 250-
50 ??? 250
51 mail from:<userx@test.ex>\r\nrcpt to:<userx@test.ex>\r\ndata\r\nthe message
52 .
53 ??? 250
54 ??? 250
55 ??? 554
56 ****
57 killdaemon
58 no_msglog_check