Send delay-MDN for any queurun past delay_warning, even if not retry time yet. Bug...
[exim.git] / test / scripts / 5420-cutthrough-GnuTLS / 5420
... / ...
CommitLineData
1# cutthrough_delivery to target offering TLS
2#
3munge optional_ocsp
4#
5exim -DSERVER=server -bd -oX PORT_D
6****
7exim -d-all+acl+transport+expand+lists -bs
8EHLO myhost.test.ex
9MAIL FROM:<CALLER@myhost.test.ex>
10RCPT TO:<userx@domain.com>
11DATA
12
13.
14QUIT
15****
16# via a transport setting hosts_avoid_tls
17exim -d-all+acl+transport+expand+lists -bs
18EHLO myhost.test.ex
19MAIL FROM:<CALLER@myhost.test.ex>
20RCPT TO:<usery@domain.com>
21DATA
22
23.
24QUIT
25****
26# via a transport setting hosts_verify_avoid_tls
27exim -d-all+acl+transport+expand+lists -bs
28EHLO myhost.test.ex
29MAIL FROM:<CALLER@myhost.test.ex>
30RCPT TO:<usery@domain.com>
31DATA
32
33.
34QUIT
35****
36killdaemon
37no_msglog_check