Add new errors mail_4xx, data_4xx, lost_connection, tls_required.
[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-
11??? 250
12starttls
13??? 220
14mail from:<CALLER@test.ex>
15??? 250
16rcpt to:<CALLER@test.ex>
17??? 250
18DATA
19??? 3
20This is a test encrypted message.
21.
22??? 250
23quit
24??? 221
25****
26client-ssl HOSTIPV4 PORT_D
27??? 220
28ehlo rhu.barb
29??? 250-
30??? 250-
31??? 250-
32??? 250-
33??? 250
34starttls
35??? 220
36****
37client-ssl HOSTIPV4 PORT_D DIR/aux-fixed/cert2 DIR/aux-fixed/cert2
38??? 220
39ehlo rhu.barb
40??? 250-
41??? 250-
42??? 250-
43??? 250-
44??? 250
45starttls
46??? 220
47mail from:<CALLER@test.ex>
48??? 250
49rcpt to:<CALLER@test.ex>
50??? 250
51DATA
52??? 3
53This is a test encrypted message from a verified host.
54.
55??? 250
56quit
57??? 221
58****
59killdaemon
60exim -qf
61****
62exim -bh 10.0.0.1
63starttls
64quit
65****