Add new errors mail_4xx, data_4xx, lost_connection, tls_required.
[exim.git] / test / scripts / 2100-OpenSSL / 2119
CommitLineData
59371ea7
PH
1# TLS server: -tls-on-connect
2exim -DSERVER=server -tls-on-connect -bd -oX PORT_D
3****
4client-ssl -tls-on-connect 127.0.0.1 PORT_D
5??? 220
6ehlo rhu.barb
7??? 250-
8??? 250-
9??? 250-
10??? 250
11mail from:<userx@test.ex>
12??? 250
13rcpt to:<userx@test.ex>
14??? 250
15DATA
16??? 3
17This is a test encrypted message.
18.
19??? 250
20quit
21??? 221
22****
23client-ssl -tls-on-connect HOSTIPV4 PORT_D aux-fixed/cert2 aux-fixed/cert2
24??? 220
25mail from:<userx@test.ex>
26??? 250
27rcpt to:<userx@test.ex>
28??? 250
29DATA
30??? 3
31This is a test encrypted message from a verified host.
32.
33??? 250
34quit
35??? 221
36****
37killdaemon
38exim -qf
39****