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