Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 0529
CommitLineData
ea49d0e1
PH
1# Exim test configuration 0529
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
ea49d0e1
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13
14
15# ----- Routers -----
16
17begin routers
18
19r1:
20 driver = redirect
21 data = DIR/test-mail/rmbox
22 file_transport = t1
23
24
25# ----- Transports -----
26
27begin transports
28
29t1:
30 driver = appendfile
31 quota = 1
32 user = CALLER
33
34
35# ----- Retry -----
36
37begin retry
38
39*@test.ex quota_7d
40*@test.ex quota F,2h,15m; F,3d,1h
41* * F,2h,15m; G,16h,1h,1.5; F,4d,6h
42
43# End