Add option commandline_checks_require_admin
[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-
5b456975 10??? 250-
59371ea7
PH
11??? 250
12mail from:<userx@test.ex>
13??? 250
14rcpt to:<userx@test.ex>
15??? 250
16DATA
17??? 3
18This is a test encrypted message.
19.
20??? 250
21quit
22??? 221
23****
24client-ssl -tls-on-connect HOSTIPV4 PORT_D aux-fixed/cert2 aux-fixed/cert2
25??? 220
26mail from:<userx@test.ex>
27??? 250
28rcpt to:<userx@test.ex>
29??? 250
30DATA
31??? 3
32This is a test encrypted message from a verified host.
33.
34??? 250
35quit
36??? 221
37****
38killdaemon
39exim -qf
40****