Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 0286
CommitLineData
afda344b
PH
1# Exim test configuration 0286
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
afda344b
PH
12
13# ----- Main settings -----
14
15qualify_domain = test.ex
16queue_only
17remote_max_parallel = 2
18
19
20# ----- Routers -----
21
22begin routers
23
24bounces:
25 driver = redirect
26 senders = :
27 data = :blackhole:
28
29all:
30 driver = manualroute
31 route_list = * 127.0.0.1 byname
32 self = send
33 transport = smtp
34
35
36# ----- Transports -----
37
38begin transports
39
40smtp:
41 driver = smtp
42 port = PORT_S
43 max_rcpt = 2
44 connection_max_messages = 3
45
46
47# ----- Retry -----
48
49
50begin retry
51
52* * F,1h,10m
53
54
55# End