Fix dcc_header content corruption.
[exim.git] / test / confs / 0498
CommitLineData
afda344b
PH
1# Exim test configuration 0498
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
6rfc1413_query_timeout = 0s
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12# ----- Main settings -----
13
14
15
16# ----- Routers -----
17
18begin routers
19
20r0:
21 driver = redirect
22 senders = :
23 data = :blackhole:
24
25r1:
26 driver = accept
27 transport = t1
28
29
30# ----- Transports -----
31
32begin transports
33
34t1:
35 driver = smtp
36 hosts = 127.0.0.1
37 port = PORT_S
38 allow_localhost
39 final_timeout = 1s
40
41
42# ----- Retry -----
43
44begin retry
45
46* * F,1d,10s; F,1s,10s
47
48
49# End