Testsuite: updates for 8bitmime-as-default.
[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-
5b456975 15??? 250-
59371ea7
PH
16??? 250
17starttls
18??? 220
19mail from:<userx@test.ex>
20??? 250
21rcpt to:<userx@remote.test.ex>
22??? 250
23quit
24??? 221
25****
26killdaemon
27exim -qf
28****