Disable identd (rfc1413) lookups by default
[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
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12# ----- Main settings -----
13
14domainlist local_domains = test.ex
15allow_mx_to_ip
16
17
18# ----- Routers -----
19
20begin routers
21
22domainlist:
23 driver = dnslookup
24 domains = ! +local_domains
25 transport = smtp
26
27
28# ----- Transports -----
29
30begin transports
31
32smtp:
33 driver = smtp
34
35
36# End