git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tidying
[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
starttls
21
??? 220
22
ehlo rhu.barb
23
??? 250-
24
??? 250-
25
??? 250-
26
??? 250-
27
??? 250
28
mail from:<userx@test.ex>
29
??? 250
30
rcpt to:<userx@remote.test.ex>
31
??? 250
32
quit
33
??? 221
34
****
35
killdaemon
36
exim -qf
37
****