git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b9d781a28bdded5efea1159067ddc20935b6b66e
[exim.git]
/
test
/
scripts
/
2100-OpenSSL
/
2128
1
# tls_on_connect_ports
2
need_ipv4
3
#
4
exim -DSERVER=server -bd -oX PORT_D:PORT_D2:PORT_D3
5
****
6
client-ssl 127.0.0.1 PORT_D
7
??? 220
8
ehlo rhu.barb
9
??? 250-
10
??? 250-
11
??? 250-
12
??? 250-
13
??? 250-
14
??? 250
15
starttls
16
??? 220
17
quit
18
??? 221
19
****
20
client-ssl -tls-on-connect 127.0.0.1 PORT_D2
21
??? 220
22
ehlo rhu.barb
23
??? 250-
24
??? 250-
25
??? 250-
26
??? 250-
27
??? 250
28
quit
29
??? 221
30
****
31
killdaemon
32
no_msglog_check