Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 0154
CommitLineData
afda344b
PH
1# Exim test configuration 0154
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b 5host_lookup_order = bydns
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
afda344b
PH
11
12# ----- Main settings -----
13
14domainlist local_domains = test.ex
15qualify_domain = test.ex
16queue_run_in_order
17
18
19# ----- Routers -----
20
21begin routers
22
23defer_always:
24 driver = redirect
25 allow_defer
26 data = :defer: forced defer
27 retry_use_local_part
28
29
30# ----- Retry -----
31
32
33begin retry
34
35* * F,5d,1d
36
37
38# End