git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Memory management: when running under the testsuite, check every string variable...
[exim.git]
/
test
/
scripts
/
2100-OpenSSL
/
2105
1
# TLS server: accept for relay if encrypted
2
exim -DSERVER=server -bd -oX PORT_D
3
****
4
client-ssl 127.0.0.1 PORT_D
5
??? 220
6
mail from:<userx@test.ex>
7
??? 250
8
rcpt to:<userx@remote.test.ex>
9
??? 550
10
ehlo rhu.barb
11
??? 250-
12
??? 250-
13
??? 250-
14
??? 250-
15
??? 250-
16
??? 250
17
starttls
18
??? 220
19
mail from:<userx@test.ex>
20
??? 250
21
rcpt to:<userx@remote.test.ex>
22
??? 250
23
quit
24
??? 221
25
****
26
killdaemon
27
exim -qf
28
****