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