update to pre-4.87 master
[exim.git] / test / confs / 0419
CommitLineData
afda344b
PH
1# Exim test configuration 0419
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
bfe645c1 9tls_advertise_hosts =
afda344b
PH
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