Fix CVE-2016-1531
[exim.git] / test / confs / 0282
CommitLineData
afda344b
PH
1# Exim test configuration 0282
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# ----- Main settings -----
14
15acl_smtp_rcpt = accept
16local_interfaces = <; 127.0.0.1.PORT_D ; [127.0.0.1]:PORT_D2 ; HOSTIPV4
17log_selector = +incoming_interface+incoming_port
18queue_only
19queue_run_in_order
20
21# ----- Routers -----
22
23begin routers
24
25all:
26 driver = accept
27 transport = local_delivery
28
29# ----- Transports -----
30
31begin transports
32
33local_delivery:
34 driver = appendfile
35 file = DIR/test-mail/$local_part
36 user = CALLER
194cc0e4
PH
37 headers_add = interface-port: $interface_port\n\
38 received-port: $received_port
afda344b
PH
39
40# End