git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Debug: indentation
[exim.git]
/
test
/
scripts
/
1100-Basic-TLS
/
1105
1
# TLS server: accept for relay if encrypted
2
gnutls
3
exim -DSERVER=server -bd -oX PORT_D
4
****
5
client-anytls 127.0.0.1 PORT_D
6
??? 220
7
helo test
8
??? 250
9
mail from:<userx@test.ex>
10
??? 250
11
rcpt to:<userx@remote.test.ex>
12
??? 550
13
ehlo rhu.barb
14
??? 250-
15
??? 250-
16
??? 250-
17
??? 250-
18
??? 250-
19
??? 250-
20
??? 250
21
starttls
22
??? 220
23
ehlo rhu.barb
24
??? 250-
25
??? 250-
26
??? 250-
27
??? 250-
28
??? 250-
29
??? 250
30
mail from:<userx@test.ex>
31
??? 250
32
rcpt to:<userx@remote.test.ex>
33
??? 250
34
quit
35
??? 221
36
****
37
killdaemon
38
exim -qf
39
****