summaryrefslogtreecommitdiff
path: root/test/scripts/5420-cutthrough-GnuTLS/5420
blob: c43e1865be0fc58d1b9906f5257429252c81edce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# cutthrough_delivery to target offering TLS
exim -DSERVER=server -bd -oX PORT_D
****
exim -d-all+acl+transport+expand+lists -bs
EHLO myhost.test.ex
MAIL FROM:<eximtest@myhost.test.ex>
RCPT TO:<userx@domain.com>
DATA

.
QUIT
****
# via a transport setting hosts_avoid_tls
exim -d-all+acl+transport+expand+lists -bs
EHLO myhost.test.ex
MAIL FROM:<eximtest@myhost.test.ex>
RCPT TO:<usery@domain.com>
DATA

.
QUIT
****
# via a transport setting hosts_verify_avoid_tls
exim -d-all+acl+transport+expand+lists -bs
EHLO myhost.test.ex
MAIL FROM:<eximtest@myhost.test.ex>
RCPT TO:<usery@domain.com>
DATA

.
QUIT
****
killdaemon
no_msglog_check