Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 0155
CommitLineData
afda344b
PH
1# Exim test configuration 0155
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
17split_spool_directory
18
19
20# ----- Routers -----
21
22begin routers
23
24defer_always:
25 driver = redirect
26 allow_defer
27 data = :defer: forced defer
28 retry_use_local_part
29
30
31# ----- Retry -----
32
33begin retry
34
35* * F,5d,1d
36
37
38# End