1 # Exim test configuration 0251
7 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/SERVER%slog
12 gecos_name = CALLER_NAME
15 # ----- Main settings -----
17 acl_smtp_rcpt = check_recipient
19 domainlist local_domains = test.ex : *.test.ex
26 deny message = unrouteable address
28 accept domains = +local_domains
29 deny message = relay not permitted
39 domains = listr.test.ex
40 errors_to = ${local_part}-request@test.ex
41 file = DIR/aux-fixed/TESTNUM.list.${local_part}
45 require_files = DIR/aux-fixed/TESTNUM.restrict.${local_part}
47 senders = ${if exists{DIR/aux-fixed/TESTNUM.restrict.${local_part}} \
48 {DIR/aux-fixed/TESTNUM.restrict.${local_part}}{zzzz}}
49 syntax_errors_to = ${local_part}-request@test.ex
53 domains = listr.test.ex
56 transport = not_allowed
59 # ----- Transports -----