Allow relative file names in .include lines (Closes 1971)
[exim.git] / test / confs / 0607
CommitLineData
bfe645c1
JH
1# Exim test configuration 0607
2
3SERVER =
4
4fab92fb 5.include DIR/aux-var/std_conf_prefix
bfe645c1
JH
6
7log_selector = +received_recipients +sender_on_delivery
8
9acl_smtp_rcpt = accept
10queue_only
11queue_run_in_order
12
13#---------------
14
15begin routers
16
17dump:
18 driver = redirect
19 condition = ${if eq {SERVER}{server}{yes}{no}}
20 data = :blackhole:
21
22all:
23 driver = dnslookup
24 self = send
25 transport = out
26
27#---------------
28
29begin transports
30
31out:
32 driver = smtp
33 port = PORT_D
34
35# End
36