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