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
Testsuite: force RSA auth for testcase loading dual certs
[users/heiko/exim.git]
/
test
/
scripts
/
2100-OpenSSL
/
2121
1
# TLS client: 4xx response to STARTTLS
2
server PORT_S
3
220 ESMTP
4
EHLO
5
250-OK
6
250-HELP
7
250-STARTTLS
8
250 PIPELINING
9
STARTTLS
10
450 temp problem
11
QUIT
12
250 OK
13
****
14
exim -DTRYCLEAR=tls_tempfail_tryclear=false -odi x@y
15
****
16
server PORT_S
17
220 ESMTP
18
EHLO
19
250-OK
20
250-HELP
21
250-STARTTLS
22
250 PIPELINING
23
STARTTLS
24
450 temp problem
25
MAIL FROM:
26
250 OK
27
RCPT TO:
28
250 OK
29
DATA
30
354 Go ahead
31
.
32
250 OK
33
QUIT
34
250 OK
35
****
36
exim -qf
37
****
38
server PORT_S
39
220 ESMTP
40
EHLO
41
250-OK
42
250-HELP
43
250-STARTTLS
44
250 PIPELINING
45
STARTTLS
46
450 temp problem
47
QUIT
48
250 OK
49
****
50
exim -DREQUIRE=hosts_require_tls=* -odi x@y
51
****
52
no_msglog_check