Truncate delay when peer closes connection. Bug 348
[exim.git] / test / confs / 0506
1 # Exim test configuration 0506
2
3 ALLOW=allow_filter
4 FORBID=
5
6 exim_path = EXIM_PATH
7 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
11 gecos_pattern = ""
12 gecos_name = CALLER_NAME
13
14 # ----- Main settings -----
15
16 log_selector = +queue_time_overall
17
18 # ----- Routers -----
19
20 begin routers
21
22 r1:
23 driver = redirect
24 user = EXIMUSER
25 ALLOW
26 FORBID
27 file = DIR/aux-fixed/TESTNUM.$local_part
28
29
30 # ----- Retry -----
31
32 begin retry
33
34 * * F,1d,1h
35
36 # End