summaryrefslogtreecommitdiff
path: root/test/scripts/5840-DANE-OpenSSL/5840
blob: e031b5d8fadee8a4362f904ff8f087f578ccd27f (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# DANE client: general
#
exim -DSERVER=server -DDETAILS=ee -bd -oX PORT_D
****
# TLSA (3 1 1)
exim -odq CALLER@dane256ee.test.ex
Testing
****
# TLSA (3 1 2)
exim -odq CALLER@mxdane512ee.test.ex
Testing
****
exim -qf
****
#
#
# Recipient callout
exim -DOPT=callout -bhc 127.0.0.1
MAIL FROM: <CALLER@myhost.test.ex>
RCPT TO: <CALLER@dane256ee.test.ex>
****
killdaemon
#
#
exim -DSERVER=server -DDETAILS=ta -bd -oX PORT_D
****
# TLSA (2 0 1)
exim -odq CALLER@mxdane256ta.test.ex
Testing
****
exim -qf
****
killdaemon
#
# A server with a nonverifying cert and no TLSA
# Check we get a non-CV but TLS connection, with try_dane but no require_dane
exim -DSERVER=server -DDETAILS=no -bd -oX PORT_D
****
exim -odq CALLER@thishost.test.ex
Testing
****
exim -qf
****
killdaemon
#
# A server with a verifying cert and no TLSA
# Check we get a CV and TLS connection, with try_dane but no require_dane
exim -DSERVER=server -DDETAILS=ca -bd -oX PORT_D
****
exim -odq CALLER@thishost.test.ex
Testing
****
exim -DOPT=no_certname -qf
****
killdaemon
#
#
# A server with two MXs for which both TLSA lookups return defer
exim -DSERVER=server -DDETAILS=ee -bd -oX PORT_D
****
# TLSA (3 1 2)
exim -odq CALLER@mxdanelazy.test.ex
Testing
****
exim -qf
****
killdaemon
no_msglog_check