Remove confusing #ifndef environ
[exim.git] / test / confs / 0074
CommitLineData
afda344b
PH
1# Exim test configuration 0074
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b 5host_lookup_order = bydns
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
afda344b
PH
11
12# ----- Main settings -----
13
14qualify_domain = test.ex
15
16
17# ----- Routers -----
18
19begin routers
20
21forwardfile:
22 driver = redirect
23 allow_filter
24 user = CALLER
25 file = DIR/aux-var/TESTNUM.filter
26 reply_transport = address_reply
27
28abcd:
29 driver = redirect
30 local_parts = abcd
31 data = :blackhole:
32
33localuser:
34 driver = accept
35 local_parts = userx : CALLER
36 transport = local_delivery
37
38
39# ----- Transports -----
40
41begin transports
42
43address_reply:
44 driver = autoreply
45
46local_delivery:
47 driver = appendfile
48 delivery_date_add
49 envelope_to_add
50 file = DIR/test-mail/$local_part
51 return_path_add
52 user = CALLER
53
54
55# End