Routers: make retry_use_local_part default true when any non-domain condition is...
[exim.git] / test / confs / 0282
CommitLineData
afda344b
PH
1# Exim test configuration 0282
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9acl_smtp_rcpt = accept
254f38d1 10local_interfaces = <; 127.0.0.1.PORT_D ; [127.0.0.1]:PORT_D2 ; HOSTIPV4 ; 127.0.0.1.PORT_D4
afda344b
PH
11log_selector = +incoming_interface+incoming_port
12queue_only
13queue_run_in_order
14
15# ----- Routers -----
16
17begin routers
18
19all:
20 driver = accept
21 transport = local_delivery
22
23# ----- Transports -----
24
25begin transports
26
27local_delivery:
28 driver = appendfile
29 file = DIR/test-mail/$local_part
30 user = CALLER
194cc0e4
PH
31 headers_add = interface-port: $interface_port\n\
32 received-port: $received_port
afda344b
PH
33
34# End