git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix buffer overflow in string_vformat. Bug 2449
[exim.git]
/
test
/
scripts
/
2000-GnuTLS
/
2021
1
# TLS client: 4xx response to STARTTLS
2
gnutls
3
server PORT_S
4
220 ESMTP
5
EHLO
6
250-OK
7
250-HELP
8
250-STARTTLS
9
250 PIPELINING
10
STARTTLS
11
450 temp problem
12
QUIT
13
250 OK
14
****
15
exim -DTRYCLEAR=tls_tempfail_tryclear=false -odi x@y
16
****
17
server PORT_S
18
220 ESMTP
19
EHLO
20
250-OK
21
250-HELP
22
250-STARTTLS
23
250 PIPELINING
24
STARTTLS
25
450 temp problem
26
MAIL FROM:
27
250 OK
28
RCPT TO:
29
250 OK
30
DATA
31
354 Go ahead
32
.
33
250 OK
34
QUIT
35
250 OK
36
****
37
exim -qf
38
****
39
server PORT_S
40
220 ESMTP
41
EHLO
42
250-OK
43
250-HELP
44
250-STARTTLS
45
250 PIPELINING
46
STARTTLS
47
450 temp problem
48
QUIT
49
250 OK
50
****
51
exim -DREQUIRE=hosts_require_tls=* -odi x@y
52
****
53
no_msglog_check