Fix dcc_header content corruption.
[exim.git] / test / confs / 0419
CommitLineData
afda344b
PH
1# Exim test configuration 0419
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5rfc1413_query_timeout = 0s
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13primary_hostname = mail.test.ex
14qualify_domain = test.ex
15
16domainlist local_domains = !mxt13.test.ex : !other1.test.ex : *.test.ex
17hosts_treat_as_local = +local_domains
18
19
20# ----- Routers -----
21
22begin routers
23
24dnslookup:
25 driver = dnslookup
26 domains = ! +local_domains
27 transport = smtp
28
29# ----- Transports -----
30
31begin transports
32
33smtp:
34 driver = smtp
35
36
37# End