git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: auto-detect the Exim binary in ../src/build*
[exim.git]
/
test
/
scripts
/
3400-plaintext
/
3406
1
# server_advertise_condition
2
exim -bs -oMa 10.0.0.2
3
ehlo testing.ex
4
auth first
5
quit
6
****
7
exim -bs -oMa 10.0.0.3
8
ehlo testing.ex
9
auth first
10
quit
11
****
12
exim -bs -oMa 10.0.0.2
13
ehlo testing.ex
14
auth second
15
quit
16
****
17
exim -bs -oMa 10.0.0.3
18
ehlo testing.ex
19
auth second
20
quit
21
****