Merge branch 'multiqueue_336': Named queues
[exim.git] / test / confs / 0503
CommitLineData
afda344b
PH
1# Exim test configuration 0503
2
3MSIZE=
4
5exim_path = EXIM_PATH
bc3c7bb7 6keep_environment =
afda344b
PH
7host_lookup_order = bydns
8primary_hostname = myhost.test.ex
afda344b
PH
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
23f3dc67 13tls_advertise_hosts =
afda344b
PH
14
15# ----- Main settings -----
16
17domainlist local_domains = test.ex
18
19
20# ----- Routers -----
21
22begin routers
23
24r1:
25 driver = accept
26 transport = t1
27
28
29# ----- Transports -----
30
31begin transports
32
33t1:
34 driver = appendfile
35 file = DIR/test-mail/$local_part
36 user = CALLER
37 quota = 1000
38 MSIZE
39
40
41# ----- Retry -----
42
43begin retry
44
45* * F,1d,1d
46
47# End