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