Testsuite: updates for 8bitmime-as-default.
[exim.git] / test / scripts / 2100-OpenSSL / 2102
CommitLineData
59371ea7
PH
1# TLS server: general
2exim -DSERVER=server -bd -oX PORT_D
3****
4client-ssl 127.0.0.1 PORT_D
5??? 220
6ehlo rhu.barb
7??? 250-
8??? 250-
9??? 250-
10??? 250-
5b456975 11??? 250-
59371ea7
PH
12??? 250
13starttls
14??? 220
15mail from:<CALLER@test.ex>
16??? 250
17rcpt to:<CALLER@test.ex>
18??? 250
19DATA
20??? 3
21This is a test encrypted message.
22.
23??? 250
24quit
25??? 221
26****
27client-ssl HOSTIPV4 PORT_D
28??? 220
29ehlo rhu.barb
30??? 250-
31??? 250-
32??? 250-
33??? 250-
5b456975 34??? 250-
59371ea7
PH
35??? 250
36starttls
37??? 220
38****
39client-ssl HOSTIPV4 PORT_D DIR/aux-fixed/cert2 DIR/aux-fixed/cert2
40??? 220
41ehlo rhu.barb
42??? 250-
43??? 250-
44??? 250-
45??? 250-
5b456975 46??? 250-
59371ea7
PH
47??? 250
48starttls
49??? 220
50mail from:<CALLER@test.ex>
51??? 250
52rcpt to:<CALLER@test.ex>
53??? 250
54DATA
55??? 3
56This is a test encrypted message from a verified host.
57.
58??? 250
59quit
60??? 221
61****
62killdaemon
63exim -qf
64****
65exim -bh 10.0.0.1
66starttls
67quit
68****