Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 3209
CommitLineData
afda344b
PH
1# Exim test configuration 3209
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
7qualify_domain = test.ex
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
23f3dc67 12tls_advertise_hosts =
afda344b
PH
13
14# ----- Main settings -----
15
16domainlist local_domains = test.ex
17
18
19# ----- Routers -----
20
21begin routers
22
23lookuphost:
24 driver = dnslookup
25 domains = ! +local_domains
26 mx_domains = localhost : testdb;defer
27 transport = smtp
28 no_more
29
30
31# ----- Transports -----
32
33begin transports
34
35smtp:
36 driver = smtp
37 connect_timeout = 1s
38
39
40# ----- Retry -----
41
42
43begin retry
44
45* * F,1h,10m
46
47
48# End