Additional tests - didn't show any problems.
[exim.git] / test / confs / 2501
CommitLineData
afda344b
PH
1# Exim test configuration 2501
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
6rfc1413_query_timeout = 0s
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12# ----- Main settings -----
13
14domainlist local_domains = dsearch;DIR/aux-fixed/TESTNUM.domains
15
16
17# ------ Routers ------
18
19begin routers
20
21r1:
22 driver = accept
23 domains = +local_domains
24 transport = t1
25
26
27# ------ Transports ------
28
29begin transports
30
31t1:
32 driver = appendfile
33 file = /dev/null
34 user = CALLER
35
36
37# ------ Retry ------
38
39begin retry
40
41* * F,1d,10m
42
43# End