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