Fix dcc_header content corruption.
[exim.git] / test / confs / 9900
CommitLineData
afda344b
PH
1# Exim test configuration 1006
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5rfc1413_query_timeout = 0s
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13local_interfaces = 127.0.0.1
14primary_hostname = myhost.text.ex
15qualify_domain = test.ex
16
17
18
19# ----- Routers -----
20
21begin routers
22
23lookuphost:
24 driver = dnslookup
25 transport = smtp
26
27# ----- Transports -----
28
29begin transports
30
31smtp:
32 driver = smtp
33 port = PORT_S
34
35
36# ----- Retry -----
37
38begin retry
39
4046c.test.ex * F,1s,1s
4146d.test.ex * F,1m,1s
42
43
44# End