git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Memory management: when running under the testsuite, check every string variable...
[exim.git]
/
test
/
scripts
/
3460-plaintext-OpenSSL
/
3464
1
# TLS (server: logging for smtp_no_mail log selector)
2
exim -DSERVER=server -bd -oX PORT_D
3
****
4
client-ssl 127.0.0.1 PORT_D
5
??? 220
6
ehlo foobar
7
??? 250-
8
??? 250-
9
??? 250-
10
??? 250-
11
??? 250-
12
??? 250-
13
??? 250
14
starttls
15
??? 220
16
auth plain AHVzZXJ4AHNlY3JldA==
17
??? 503
18
****
19
client-ssl 127.0.0.1 PORT_D
20
??? 220
21
ehlo foobar
22
??? 250-
23
??? 250-
24
??? 250-
25
??? 250-
26
??? 250-
27
??? 250-
28
??? 250
29
starttls
30
??? 220
31
ehlo foobar
32
??? 250-
33
??? 250-
34
??? 250-
35
??? 250-
36
??? 250-
37
??? 250
38
auth plain AHVzZXJ4AHNlY3JldA==
39
??? 235
40
quit
41
??? 221
42
****
43
killdaemon