Cond !bool{}/!bool_lax{} did not negate. Fixed.
[exim.git] / test / scripts / 2000-GnuTLS / 2005
CommitLineData
59371ea7
PH
1# TLS server: accept for relay if encrypted
2gnutls
3exim -DSERVER=server -bd -oX PORT_D
4****
5client-gnutls 127.0.0.1 PORT_D
6??? 220
7mail from:<userx@test.ex>
8??? 250
9rcpt to:<userx@remote.test.ex>
10??? 550
11ehlo rhu.barb
12??? 250-
13??? 250-
14??? 250-
15??? 250-
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****