Multiple headers_add/remove options per router/transport - fixes bug 337
[exim.git] / test / confs / 0543
CommitLineData
f6c332bd
PH
1# Exim test configuration 0543
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5rfc1413_query_timeout = 0s
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13qualify_domain = test.ex
14queue_run_in_order
15
16
17# ----- Routers -----
18
19begin routers
20
21smarthost:
22 driver = accept
23 transport = smtp
24
25
26# ----- Transports -----
27
28begin transports
29
30smtp:
31 driver = smtp
32 hosts = thisloop.test.ex
33 hosts_max_try = 1
34 allow_localhost
35 port = PORT_S
36
37
38# ----- Retry -----
39
40
41begin retry
42
43* * F,5d,15m
44
45
46# End