summaryrefslogtreecommitdiff
path: root/test/scripts/3400-plaintext/3410
blob: 2a6df25554349f29d93847891d5dd5149573e357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ACL basic auth tests
exim -bh 5.6.9.1
helo test
mail from:<x@y>
rcpt to:<x@y>
rset
ehlo rhu.barb
auth PLAIN AHVzZXJ4AHNlY3JldA==
mail from:<x@y>
rcpt to:<x@y>
quit
****
exim -bh 5.6.10.1
helo test
mail from:<x@y>
rcpt to:<x@y>
rset
ehlo rhu.barb
auth PLAIN AHVzZXJ4AHNlY3JldA==
mail from:<x@y>
rcpt to:<x@y>
quit
****
exim -bh 5.6.10.1
ehlo rhu.barb
auth LOGIN
dXNlcng=
c2VjcmV0
mail from:<x@y>
rcpt to:<x@y>
quit
****