Expansions: add ${sha3:<string>} item
[exim.git] / test / scripts / 2000-GnuTLS / 2019
CommitLineData
59371ea7
PH
1# TLS server: -tls-on-connect
2gnutls
3exim -DSERVER=server -tls-on-connect -bd -oX PORT_D
4****
5client-gnutls -tls-on-connect 127.0.0.1 PORT_D
6??? 220
7ehlo rhu.barb
8??? 250-
9??? 250-
10??? 250-
5b456975 11??? 250-
59371ea7
PH
12??? 250
13mail from:<userx@test.ex>
14??? 250
15rcpt to:<userx@test.ex>
16??? 250
17DATA
18??? 3
19This is a test encrypted message.
20.
21??? 250
22quit
23??? 221
24****
25client-gnutls -tls-on-connect HOSTIPV4 PORT_D aux-fixed/cert2 aux-fixed/cert2
26??? 220
27mail from:<userx@test.ex>
28??? 250
29rcpt to:<userx@test.ex>
30??? 250
31DATA
32??? 3
33This is a test encrypted message from a verified host.
34.
35??? 250
36quit
37??? 221
38****
39killdaemon
40exim -qf
41****