Fix CVE-2016-1531
[exim.git] / test / confs / 0206
CommitLineData
afda344b
PH
1# Exim test configuration 0206
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
afda344b
PH
12
13
14# ----- Main settings -----
15
16ignore_bounce_errors_after = 2s
b6d22362 17timeout_frozen_after = 5s
afda344b
PH
18queue_run_in_order
19
20
21# ----- Routers -----
22
23begin routers
24
25freeze:
26 driver = redirect
27 allow_defer
28 data = bad address
29 local_parts = freeze
30 retry_use_local_part
31
32
33# ----- Retry -----
34
35begin retry
36
37* * F,1s,1s
38
39
40# End