Fix dcc_header content corruption.
[exim.git] / test / confs / 0184
1 # Exim test configuration 0184
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 rfc1413_query_timeout = 0s
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10
11 # ----- Main settings -----
12
13 domainlist local_domains = test.ex
14 qualify_domain = test.ex
15
16 # ----- Routers -----
17
18 begin routers
19
20 filter:
21 driver = redirect
22 allow_filter
23 no_check_local_user
24 file = DIR/aux-var/TESTNUM.filter
25 owners =
26 retry_use_local_part
27 user = CALLER
28
29
30 # ----- Retry -----
31
32 begin retry
33
34 * * F,5d,1d
35
36 # End