1 # ACL with a "standard" auth configuration
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
11 auth PLAIN AHBoMTAAc2VjcmV0
12 mail from:<userx@test.ex>
13 rcpt to:<postmaster@test.ex>
14 rcpt to:<userx@test.ex>
16 rcpt to:<x@ten-1.test.ex>
17 rcpt to:<x@ten-2.test.ex>