Cond !bool{}/!bool_lax{} did not negate. Fixed.
[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-
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-gnutls -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****