Merge branch 'exim-4.96+security'
[exim.git] / test / scripts / 5710-GnuTLS-events / 5711
1 # smtp-on-connect drop-before-tls-accept
2 #
3 exim -DSERVER=server -tls-on-connect -bd -oX PORT_D:PORT_D2:PORT_D3:PORT_D4
4 ****
5 #
6 # Normal, full connect and quit
7 client-anytls -tls-on-connect 127.0.0.1 PORT_D
8 ??? 220
9 quit
10 ??? 221
11 ****
12 #
13 # full connect but no quit
14 client-anytls -tls-on-connect 127.0.0.1 PORT_D
15 ??? 220
16 ****
17 #
18 # server rejects using host_reject_connection option
19 client-anytls -tls-on-connect 127.0.0.1 PORT_D2
20 ???*
21 ****
22 #
23 # server rejects using conn ACL
24 client-anytls -tls-on-connect 127.0.0.1 PORT_D3
25 ???*
26 ****
27 #
28 # server fails banner expansion
29 client-anytls -tls-on-connect 127.0.0.1 PORT_D4
30 ???*
31 ****
32 #
33 # client disconnects before server TLS accept completes
34 client 127.0.0.1 PORT_D
35 +++ 1
36 ****
37 #
38 sleep 1
39 killdaemon