Hopefully the final lot of test files.
[exim.git] / test / scripts / 3400-plaintext / 3411
1 # ACL with a "standard" auth configuration
2 #
3 # Not a relay host, but authenticated, sender address does verify.
4 # accept postmaster@test.ex (postmaster at local domain)
5 # accept userx@test.ex (good address in local domain)
6 # deny   x@y (bad address)
7 # accept x@ten-1.test.ex (good relay address)
8 # accept x@ten-2.test.ex (good address, not relay domain/host, but authenticated)
9 exim -odi -oMa 10.0.0.0 -bs
10 ehlo rhu.barb
11 auth PLAIN AHBoMTAAc2VjcmV0
12 mail from:<userx@test.ex>
13 rcpt to:<postmaster@test.ex>
14 rcpt to:<userx@test.ex>
15 rcpt to:<x@y>
16 rcpt to:<x@ten-1.test.ex>
17 rcpt to:<x@ten-2.test.ex>
18 data
19 Message 6
20 .
21 quit
22 ****