1 # Exim test configuration 0251
5 .include DIR/aux-var/std_conf_prefix
7 primary_hostname = myhost.test.ex
9 # ----- Main settings -----
11 acl_smtp_rcpt = check_recipient
13 domainlist local_domains = test.ex : *.test.ex
20 deny message = unrouteable address
22 accept domains = +local_domains
23 deny message = relay not permitted
33 domains = listr.test.ex
34 errors_to = ${local_part}-request@test.ex
35 file = DIR/aux-fixed/TESTNUM.list.${local_part}
39 require_files = DIR/aux-fixed/TESTNUM.restrict.${local_part}
41 senders = ${if exists{DIR/aux-fixed/TESTNUM.restrict.${local_part}} \
42 {DIR/aux-fixed/TESTNUM.restrict.${local_part}}{zzzz}}
43 syntax_errors_to = ${local_part}-request@test.ex
47 domains = listr.test.ex
50 transport = not_allowed
53 # ----- Transports -----