Testsuite: Make patchexim work with dirty tag checkouts
[exim.git] / test / confs / 0137
CommitLineData
afda344b
PH
1# Exim test configuration 0137
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
c99b02de 8log_selector = +subject
afda344b
PH
9domainlist local_domains = test.ex
10qualify_domain = test.ex
11
12
13# ----- Routers -----
14
15begin routers
16
17smart:
18 driver = accept
19 retry_use_local_part
20 transport = $h_transport:
21
22
23# ----- Transports -----
24
25begin transports
26
27local_delivery:
28 driver = appendfile
29 file = DIR/test-mail/$local_part
30 lock_interval = 1s
31 lock_retries = 2
32 user = CALLER
33
34local_delivery_fcntl:
35 driver = appendfile
36 file = DIR/test-mail/$local_part
37 lock_interval = 1s
38 lock_retries = 2
39 no_use_lockfile
40 user = CALLER
41
42local_delivery_fcntl_blocking:
43 driver = appendfile
44 file = DIR/test-mail/$local_part
45 lock_fcntl_timeout = 2s
46 lock_interval = 1s
47 lock_retries = 2
48 no_use_lockfile
49 user = CALLER
50
51
52# ----- Retry -----
53
54begin retry
55
56* * F,4d,4d
57
58
59# End