DMARC: check for empty filename for TLD file. Patch testsuite to not break on missin...
[exim.git] / test / confs / 0241
CommitLineData
afda344b
PH
1# Exim test configuration 0241
2
3exim_path = EXIM_PATH/junk
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 11
590fd9ee
JH
12.ifdef _HAVE_DMARC
13dmarc_tld_file =
14.endif
15
afda344b
PH
16# ----- Main settings -----
17
18qualify_domain = test.ex
19
20system_filter = DIR/aux-fixed/TESTNUM.filter
21system_filter_reply_transport = address_reply
22
23
24# ----- Routers -----
25
26begin routers
27
28all:
29 driver = accept
30 retry_use_local_part
31 transport = local
32
33
34# ----- Transports -----
35
36begin transports
37
38local:
39 driver = appendfile
40 file = DIR/test-mail/$local_part
41 user = CALLER
42
43address_reply:
44 driver = autoreply
45 user = EXIMUSER
46
47
48# ----- Retry -----
49
50
51begin retry
52
53* * F,5d,1d
54
55
56# End