1 # Exim test configuration 0251
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 rfc1413_query_timeout = 0s
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/SERVER%slog
12 gecos_name = CALLER_NAME
14 # ----- Main settings -----
16 acl_smtp_rcpt = check_recipient
18 domainlist local_domains = test.ex : *.test.ex
25 deny message = unrouteable address
27 accept domains = +local_domains
28 deny message = relay not permitted
38 domains = listr.test.ex
39 errors_to = ${local_part}-request@test.ex
40 file = DIR/aux-fixed/TESTNUM.list.${local_part}
44 require_files = DIR/aux-fixed/TESTNUM.restrict.${local_part}
46 senders = ${if exists{DIR/aux-fixed/TESTNUM.restrict.${local_part}} \
47 {DIR/aux-fixed/TESTNUM.restrict.${local_part}}{zzzz}}
48 syntax_errors_to = ${local_part}-request@test.ex
52 domains = listr.test.ex
55 transport = not_allowed
58 # ----- Transports -----