sender verify callout
[exim.git] / test / confs / 0074
CommitLineData
afda344b
PH
1# Exim test configuration 0074
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
9
10# ----- Main settings -----
11
12qualify_domain = test.ex
13
14
15# ----- Routers -----
16
17begin routers
18
19forwardfile:
20 driver = redirect
21 allow_filter
22 user = CALLER
23 file = DIR/aux-var/TESTNUM.filter
24 reply_transport = address_reply
25
26abcd:
27 driver = redirect
28 local_parts = abcd
29 data = :blackhole:
30
31localuser:
32 driver = accept
33 local_parts = userx : CALLER
34 transport = local_delivery
35
36
37# ----- Transports -----
38
39begin transports
40
41address_reply:
42 driver = autoreply
43
44local_delivery:
45 driver = appendfile
46 delivery_date_add
47 envelope_to_add
48 file = DIR/test-mail/$local_part
49 return_path_add
50 user = CALLER
51
52
53# End