Fix CVE-2016-1531
[exim.git] / test / confs / 0112
CommitLineData
afda344b
PH
1# Exim test configuration 0112
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b 5host_lookup_order = bydns
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
afda344b
PH
11
12# ----- Main settings -----
13
14acl_smtp_rcpt = check_recipient
15acl_smtp_data = check_message
16
17domainlist local_domains = test.ex
18qualify_domain = test.ex
19
20
21# ----- Routers -----
22
23begin routers
24
25alias:
26 driver = redirect
27 allow_defer
28 data = ${lookup{$local_part}lsearch{DIR/aux-var/TESTNUM.alias}}
29 file_transport = appendfile
30 pipe_transport = pipe
31 retry_use_local_part
32
33
34# ----- Transports -----
35
36begin transports
37
38appendfile:
39 driver = appendfile
40 user = CALLER
41
42pipe:
43 driver = pipe
44 user = CALLER
45
46
47# End