Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 3209
CommitLineData
afda344b
PH
1# Exim test configuration 3209
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
15
16
17# ----- Routers -----
18
19begin routers
20
21lookuphost:
22 driver = dnslookup
23 domains = ! +local_domains
24 mx_domains = localhost : testdb;defer
25 transport = smtp
26 no_more
27
28
29# ----- Transports -----
30
31begin transports
32
33smtp:
34 driver = smtp
35 connect_timeout = 1s
36
37
38# ----- Retry -----
39
40
41begin retry
42
43* * F,1h,10m
44
45
46# End