sender verify callout
[exim.git] / test / confs / 0241
CommitLineData
afda344b
PH
1# Exim test configuration 0241
2
3exim_path = EXIM_PATH/junk
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
14system_filter = DIR/aux-fixed/TESTNUM.filter
15system_filter_reply_transport = address_reply
16
17
18# ----- Routers -----
19
20begin routers
21
22all:
23 driver = accept
24 retry_use_local_part
25 transport = local
26
27
28# ----- Transports -----
29
30begin transports
31
32local:
33 driver = appendfile
34 file = DIR/test-mail/$local_part
35 user = CALLER
36
37address_reply:
38 driver = autoreply
39 user = EXIMUSER
40
41
42# ----- Retry -----
43
44
45begin retry
46
47* * F,5d,1d
48
49
50# End