Fix dcc_header content corruption.
[exim.git] / test / confs / 1009
1 # Exim test configuration 1009
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 queue_run_in_order
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 r1:
21 driver = dnslookup
22 transport = t1
23 self = send
24
25
26 # ----- Transports -----
27
28 begin transports
29
30 t1:
31 driver = smtp
32 port = PORT_S
33
34
35 # ----- Retry -----
36
37 begin retry
38
39 * * F,1d,2h
40
41
42 # End