1 # Exim test configuration 0251
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/SERVER%slog
11 gecos_name = CALLER_NAME
13 # ----- Main settings -----
15 acl_smtp_rcpt = check_recipient
17 domainlist local_domains = test.ex : *.test.ex
24 deny message = unrouteable address
26 accept domains = +local_domains
27 deny message = relay not permitted
37 domains = listr.test.ex
38 errors_to = ${local_part}-request@test.ex
39 file = DIR/aux-fixed/TESTNUM.list.${local_part}
43 require_files = DIR/aux-fixed/TESTNUM.restrict.${local_part}
45 senders = ${if exists{DIR/aux-fixed/TESTNUM.restrict.${local_part}} \
46 {DIR/aux-fixed/TESTNUM.restrict.${local_part}}{zzzz}}
47 syntax_errors_to = ${local_part}-request@test.ex
51 domains = listr.test.ex
54 transport = not_allowed
57 # ----- Transports -----