1 # smtp-on-connect drop-before-tls-accept
3 exim -DSERVER=server -tls-on-connect -bd -oX PORT_D:PORT_D2:PORT_D3:PORT_D4
6 # Normal, full connect and quit
7 client-anytls -tls-on-connect 127.0.0.1 PORT_D
13 # full connect but no quit
14 client-anytls -tls-on-connect 127.0.0.1 PORT_D
18 # server rejects using host_reject_connection option
19 client-anytls -tls-on-connect 127.0.0.1 PORT_D2
23 # server rejects using conn ACL
24 client-anytls -tls-on-connect 127.0.0.1 PORT_D3
28 # server fails banner expansion
29 client-anytls -tls-on-connect 127.0.0.1 PORT_D4
33 # client disconnects before server TLS accept completes
34 client 127.0.0.1 PORT_D