Test update.
[exim.git] / test / scripts / 2100-OpenSSL / 2105
CommitLineData
59371ea7
PH
1# TLS server: accept for relay if encrypted
2exim -DSERVER=server -bd -oX PORT_D
3****
4client-ssl 127.0.0.1 PORT_D
5??? 220
6mail from:<userx@test.ex>
7??? 250
8rcpt to:<userx@remote.test.ex>
9??? 550
10ehlo rhu.barb
11??? 250-
12??? 250-
13??? 250-
14??? 250-
15??? 250
16starttls
17??? 220
18mail from:<userx@test.ex>
19??? 250
20rcpt to:<userx@remote.test.ex>
21??? 250
22quit
23??? 221
24****
25killdaemon
26exim -qf
27****