git://git.exim.org
/
users
/
heiko
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixed erroneous documentation references to smtp_notquit_acl to be acl_smtp_notquit
[users/heiko/exim.git]
/
test
/
scripts
/
2000-GnuTLS
/
2005
1
# TLS server: accept for relay if encrypted
2
gnutls
3
exim -DSERVER=server -bd -oX PORT_D
4
****
5
client-gnutls 127.0.0.1 PORT_D
6
??? 220
7
mail from:<userx@test.ex>
8
??? 250
9
rcpt to:<userx@remote.test.ex>
10
??? 550
11
ehlo rhu.barb
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
****