Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / scripts / 5410-cutthrough-OpenSSL / 5410
1 # cutthrough_delivery to target offering TLS
2 #
3 munge optional_cert_hostnames
4 #
5 exim -DSERVER=server -bd -oX PORT_D
6 ****
7 # this one should succeed
8 exim -d-all+acl+transport+expand+lists -bs
9 EHLO myhost.test.ex
10 MAIL FROM:<CALLER@myhost.test.ex>
11 RCPT TO:<userx@domain.com>
12 DATA
13
14 .
15 QUIT
16 ****
17 # via a transport setting hosts_avoid_tls
18 # so this one should not use TLS
19 exim -d-all+acl+transport+expand+lists -bs
20 EHLO myhost.test.ex
21 MAIL FROM:<CALLER@myhost.test.ex>
22 RCPT TO:<usery@domain.com>
23 DATA
24
25 .
26 QUIT
27 ****
28 # via a transport setting hosts_verify_avoid_tls
29 # so this one should not use TLS
30 exim -d-all+acl+transport+expand+lists -bs
31 EHLO myhost.test.ex
32 MAIL FROM:<CALLER@myhost.test.ex>
33 RCPT TO:<usery@domain.com>
34 DATA
35
36 .
37 QUIT
38 ****
39 killdaemon
40 no_msglog_check