Fix dcc_header content corruption.
[exim.git] / test / confs / 0106
1 # Exim test configuration 0106
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 rfc1413_query_timeout = 0s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11
12 # ----- Main settings -----
13
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 all:
21 driver = manualroute
22 route_list = * 127.0.0.1
23 self = send
24 transport = smtp
25 no_more
26
27
28 # ----- Transports -----
29
30 begin transports
31
32 smtp:
33 driver = smtp
34 command_timeout = 1s
35 final_timeout = 1s
36 port = PORT_S
37
38 # ----- Retry -----
39
40
41 begin retry
42
43 * * F,1h,1s
44
45
46 # End