MacOS: fix spurious "child process failure"
[exim.git] / test / scripts / 0000-Basic / 0372
1 # Preservation of ACL variables
2 exim -v -odi -bs -oMa 1.2.3.4 -oMs host.name
3 mail from:<>
4 rcpt to:<x@y>
5 data
6 .
7 mail from:<>
8 rcpt to:<a@b>
9 data
10 .
11 quit
12 ****
13 exim -DSTRICT=strict_acl_vars -odi -bs -oMa 4.3.2.1 -oMs host2.name
14 mail from:<>
15 rcpt to:<a@b>
16 data
17 .
18 quit
19 ****
20 #
21 exim -DSERVER=server -bd -odq -oX PORT_D
22 ****
23 client 127.0.0.1 PORT_D
24 ??? 220
25 HELO test
26 ??? 250
27 MAIL FROM:<>
28 ??? 250
29 RCPT TO:<x@y>
30 ??? 250
31 DATA
32 ??? 354
33 .
34 ??? 250
35 QUIT
36 ****
37 killdaemon
38 no_msglog_check