Fix CVE-2016-1531
[exim.git] / test / confs / 5208
CommitLineData
afda344b
PH
1# Exim test configuration 5208
2
3LIST=
4SELF=freeze
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
18
19# ----- Routers -----
20
21begin routers
22
23r1:
24 driver = queryprogram
25 domains = query.program
26 transport = t1
27 command = /bin/echo "accept hosts=LIST"
28 command_user = CALLER
29
30
31# ----- Transports -----
32
33begin transports
34
35t1:
36 driver = smtp
37
38# End