debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 0437
CommitLineData
afda344b
PH
1# Exim test configuration 0437
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
7
afda344b
PH
8spool_directory = DIR/${lookup{spool}lsearch{DIR/aux-fixed/TESTNUM.ls}}
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
23f3dc67 12tls_advertise_hosts =
afda344b 13
590fd9ee
JH
14.ifdef _HAVE_DMARC
15dmarc_tld_file =
16.endif
17
afda344b
PH
18# ----- Main settings -----
19
20queue_run_in_order
21
22# ----- Routers -----
23
24begin routers
25
26r1:
27 driver = accept
28 transport = ${lookup{transport}lsearch{DIR/aux-fixed/TESTNUM.ls}}
29
30# ----- Transports -----
31
32begin transports
33
34t1:
35 driver = appendfile
36 file = DIR/test-mail/${lookup{file}lsearch{DIR/aux-fixed/TESTNUM.ls}}
37 user = CALLER
38
39# End