Test update.
[exim.git] / test / scripts / 2100-OpenSSL / 2104
CommitLineData
59371ea7
PH
1# TLS server: TLS required
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
12mail from:<userx@test.ex>
13??? 250
14rcpt to:<userx@test.ex>
15??? 550
16quit
17??? 221
18****
19client-ssl HOSTIPV4 PORT_D
20??? 220
21ehlo rhu.barb
22??? 250-
23??? 250-
24??? 250-
25??? 250-
26??? 250
27mail from:<userx@test.ex>
28??? 250
29rcpt to:<userx@test.ex>
30??? 250
31DATA
32??? 3
33This is a test unencrypted message.
34.
35??? 250
36quit
37??? 221
38****
39killdaemon
40exim -qf
41****