Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 0455
CommitLineData
afda344b
PH
1# Exim test configuration 0455
2
3HOSTS_MAX_TRY=4
4
5exim_path = EXIM_PATH
bc3c7bb7 6keep_environment =
afda344b 7host_lookup_order = bydns
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
16acl_not_smtp = non
17
18ignore_bounce_errors_after = 0s
19qualify_domain = test.ex
f3d7df6c 20disable_ipv6
afda344b
PH
21
22
23# ----- ACLs -----
24
25begin acl
26
27non:
28 warn senders = :
29 control = queue_only
30 accept
31
32
33# ----- Routers -----
34
35begin routers
36
37r1:
38 driver = dnslookup
39 transport = smtp
40
41
42# ----- Transports -----
43
44begin transports
45
46smtp:
47 driver = smtp
48 connect_timeout = 1s
49 hosts_max_try = HOSTS_MAX_TRY
50
51
52# ----- Retry -----
53
54begin retry
55
56* * F,2s,1s
57
58# End