debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 0112
CommitLineData
afda344b
PH
1# Exim test configuration 0112
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8acl_smtp_rcpt = check_recipient
9acl_smtp_data = check_message
10
11domainlist local_domains = test.ex
12qualify_domain = test.ex
13
14
15# ----- Routers -----
16
17begin routers
18
19alias:
20 driver = redirect
21 allow_defer
22 data = ${lookup{$local_part}lsearch{DIR/aux-var/TESTNUM.alias}}
23 file_transport = appendfile
24 pipe_transport = pipe
25 retry_use_local_part
26
27
28# ----- Transports -----
29
30begin transports
31
32appendfile:
33 driver = appendfile
34 user = CALLER
35
36pipe:
37 driver = pipe
38 user = CALLER
39
40
41# End