summaryrefslogtreecommitdiff
path: root/test/scripts/3400-plaintext/3406
blob: ea61c88e915afff5bd65d4e9c24ac57fe30ec069 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# server_advertise_condition
exim -bs -oMa 10.0.0.2
ehlo testing.ex
auth first
quit 
****
exim -bs -oMa 10.0.0.3
ehlo testing.ex
auth first
quit
****
exim -bs -oMa 10.0.0.2
ehlo testing.ex
auth second
quit 
****
exim -bs -oMa 10.0.0.3
ehlo testing.ex
auth second
quit
****