1 # Exim test configuration 0135
3 .include DIR/aux-var/std_conf_prefix
6 # ----- Main settings -----
8 domainlist local_domains = test.ex
10 qualify_domain = test.ex
11 ignore_bounce_errors_after = 0s
13 remote_max_parallel = 1
22 domains = ! +local_domains
23 route_list = "known.ex V4NET.0.0.0 byname;\
31 condition = ${if eq {$sender_address}{}{yes}{no}}
38 transport = local_delivery
41 # ----- Transports -----
51 file = DIR/test-mail/$local_part
58 # Note that these retry rules are not sensible! However, they serve to make
59 # Exim behave as required in order to run this test. It does not normally make
60 # sense to have the time limit on the second rule shorter than the first,
61 # because that means the second rule will never actually be used for retries.
62 # However, Exim uses the time limit on the final rule to check for the ultimate
63 # address retry, so what we have here is a total kludge!
67 d@test.ex quota F,1d,15m; F,7s,1s
68 * quota F,1h,10s; F,1s,1s
69 known.ex * F,1h,10s; F,1s,1s