Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 0419
CommitLineData
afda344b
PH
1# Exim test configuration 0419
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
14primary_hostname = mail.test.ex
15qualify_domain = test.ex
16
17domainlist local_domains = !mxt13.test.ex : !other1.test.ex : *.test.ex
18hosts_treat_as_local = +local_domains
19
20
21# ----- Routers -----
22
23begin routers
24
25dnslookup:
26 driver = dnslookup
27 domains = ! +local_domains
28 transport = smtp
29
30# ----- Transports -----
31
32begin transports
33
34smtp:
35 driver = smtp
36
37
38# End