1 # Exim test configuration 0135
4 host_lookup_order = bydns
5 rfc1413_query_timeout = 0s
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
9 gecos_name = CALLER_NAME
11 # ----- Main settings -----
13 domainlist local_domains = test.ex
15 qualify_domain = test.ex
16 ignore_bounce_errors_after = 0s
18 remote_max_parallel = 1
27 domains = ! +local_domains
28 route_list = "known.ex V4NET.0.0.0 byname;\
36 condition = ${if eq {$sender_address}{}{yes}{no}}
43 transport = local_delivery
46 # ----- Transports -----
56 file = DIR/test-mail/$local_part
63 # Note that these retry rules are not sensible! However, they serve to make
64 # Exim behave as required in order to run this test. It does not normally make
65 # sense to have the time limit on the second rule shorter than the first,
66 # because that means the second rule will never actually be used for retries.
67 # However, Exim uses the time limit on the final rule to check for the ultimate
68 # address retry, so what we have here is a total kludge!
72 d@test.ex quota F,1d,15m; F,7s,1s
73 * quota F,1h,10s; F,1s,1s
74 known.ex * F,1h,10s; F,1s,1s