Cond !bool{}/!bool_lax{} did not negate. Fixed.
[exim.git] / test / scripts / 2000-GnuTLS / 2003
CommitLineData
59371ea7
PH
1# TLS server: unavailable cipher
2gnutls
3exim -DSERVER=server -bd -oX PORT_D
4****
5client-gnutls HOSTIPV4 PORT_D
6??? 220
7ehlo rhu.barb
8??? 250-
9??? 250-
10??? 250-
11??? 250-
12??? 250
13starttls
14??? 220
15mail from:<userx@test.ex>
16??? 250
17rcpt to:<userx@test.ex>
18??? 550
19quit
20??? 221
21****
22client-gnutls 127.0.0.1 PORT_D
23??? 220
24ehlo rhu.barb
25??? 250-
26??? 250-
27??? 250-
28??? 250-
29??? 250
30starttls
31??? 220
32helo rhu.barb
33??? 250
34mail from:<userx@test.ex>
35??? 250
36rcpt to:<userx@test.ex>
37??? 250
38DATA
39??? 3
40This is a test encrypted message.
41.
42??? 250
43quit
44??? 221
45****
46killdaemon
47exim -qf
48****