ARC: For signing, accept A-R header lacking ARC info as equivalent to "none"
[exim.git] / test / scripts / 2100-OpenSSL / 2136
... / ...
CommitLineData
1# client: callout lazy-close, smtp send
2need_ipv4
3#
4# a recipient verify and continued-delivery
5# smtp send
6# a tls-capable target for the verify/delivery connection on PORT_D
7# plus a daemon under test on PORT_S
8exim -bd -DSERVER=server -oX PORT_D:PORT_S
9****
10#
11client 127.0.0.1 PORT_S
12??? 220
13EHLO test.ex
14??? 250-
15??? 250-
16??? 250-
17??? 250-
18??? 250-
19??? 250
20MAIL FROM:<userc@ok.example>
21??? 250
22RCPT TO:<userd@test.ex>
23??? 250
24DATA
25??? 354
26Subject: test
27
28body
29.
30??? 250
31QUIT
32??? 221
33****
34sleep 3
35killdaemon
36exim -q
37****
38#
39#
40# smtp send, deliver_drop_priv
41exim -bd -DSERVER=server -DOPT=deliver_drop_privilege -oX PORT_D:PORT_S
42****
43#
44client 127.0.0.1 PORT_S
45??? 220
46EHLO test.ex
47??? 250-
48??? 250-
49??? 250-
50??? 250-
51??? 250-
52??? 250
53MAIL FROM:<usere@ok.example>
54??? 250
55RCPT TO:<userf@test.ex>
56??? 250
57DATA
58??? 354
59Subject: test
60
61body
62.
63??? 250
64QUIT
65??? 221
66****
67sleep 3
68killdaemon
69exim -q
70****
71#
72#
73#
74no_stdout_check
75no_msglog_check