update to pre-4.87 master
[exim.git] / test / confs / 0112
CommitLineData
afda344b
PH
1# Exim test configuration 0112
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
bfe645c1 9tls_advertise_hosts =
afda344b
PH
10
11# ----- Main settings -----
12
13acl_smtp_rcpt = check_recipient
14acl_smtp_data = check_message
15
16domainlist local_domains = test.ex
17qualify_domain = test.ex
18
19
20# ----- Routers -----
21
22begin routers
23
24alias:
25 driver = redirect
26 allow_defer
27 data = ${lookup{$local_part}lsearch{DIR/aux-var/TESTNUM.alias}}
28 file_transport = appendfile
29 pipe_transport = pipe
30 retry_use_local_part
31
32
33# ----- Transports -----
34
35begin transports
36
37appendfile:
38 driver = appendfile
39 user = CALLER
40
41pipe:
42 driver = pipe
43 user = CALLER
44
45
46# End