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
Split long fakereject and fakedefer messages.
[users/jgh/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
starttls
17
??? 220
18
mail from:<userx@test.ex>
19
??? 250
20
rcpt to:<userx@remote.test.ex>
21
??? 250
22
quit
23
??? 221
24
****
25
killdaemon
26
exim -qf
27
****