Truncate delay when peer closes connection. Bug 348
[exim.git] / test / confs / 0419
1 # Exim test configuration 0419
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9
10 # ----- Main settings -----
11
12 primary_hostname = mail.test.ex
13 qualify_domain = test.ex
14
15 domainlist local_domains = !mxt13.test.ex : !other1.test.ex : *.test.ex
16 hosts_treat_as_local = +local_domains
17
18
19 # ----- Routers -----
20
21 begin routers
22
23 dnslookup:
24 driver = dnslookup
25 domains = ! +local_domains
26 transport = smtp
27
28 # ----- Transports -----
29
30 begin transports
31
32 smtp:
33 driver = smtp
34
35
36 # End