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