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