Merge branch 'master'
[exim.git] / test / confs / 0146
CommitLineData
afda344b
PH
1# Exim test configuration 0146
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
7qualify_domain = test.ex
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
17allow_mx_to_ip
18
19
20# ----- Routers -----
21
22begin routers
23
24domainlist:
25 driver = dnslookup
26 domains = ! +local_domains
27 transport = smtp
28
29
30# ----- Transports -----
31
32begin transports
33
34smtp:
35 driver = smtp
36
37
38# End