git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: quietening
[exim.git]
/
test
/
scripts
/
3600-SPA
/
3600
1
# SPA authentication (server and client)
2
exim -DSERVER=server -bd -oX PORT_D
3
****
4
exim -f ok@test.ex x@y
5
****
6
exim -q
7
****
8
exim -Mes $msg1 bad@test.ex
9
****
10
exim -q
11
****
12
client -t3 127.0.0.1 PORT_D
13
??? 220
14
EHLO xxxx
15
??? 250-
16
??? 250-
17
??? 250-
18
??? 250-
19
??? 250-
20
??? 250
21
AUTH NTLM
22
??? 334
23
teststring
24
??? 535
25
quit
26
??? 221
27
****
28
client -t3 127.0.0.1 PORT_D
29
??? 220
30
EHLO xxxx
31
??? 250-
32
??? 250-
33
??? 250-
34
??? 250-
35
??? 250-
36
??? 250
37
AUTH NTLM
38
??? 334
39
dGVzdHN0cmluZw==
40
??? 334
41
teststring
42
??? 535
43
quit
44
??? 221
45
****
46
killdaemon
47
no_msglog_check