git://git.exim.org
/
users
/
jgh
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
appendfile: tidying
[users/jgh/exim.git]
/
test
/
scripts
/
2000-GnuTLS
/
2028
1
# tls_on_connect_ports
2
need_ipv4
3
#
4
gnutls
5
exim -DSERVER=server -bd -oX PORT_D:PORT_D2:PORT_D3
6
****
7
client-gnutls 127.0.0.1 PORT_D
8
??? 220
9
ehlo rhu.barb
10
??? 250-
11
??? 250-
12
??? 250-
13
??? 250-
14
??? 250-
15
??? 250
16
starttls
17
??? 220
18
quit
19
??? 221
20
****
21
client-gnutls -tls-on-connect 127.0.0.1 PORT_D2
22
??? 220
23
ehlo rhu.barb
24
??? 250-
25
??? 250-
26
??? 250-
27
??? 250-
28
??? 250
29
quit
30
??? 221
31
****
32
killdaemon
33
no_msglog_check