Doc: clarify the syntax of the "begin <section>"
[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
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13# ----- Main settings -----
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 : 127.0.0.1 : 127.0.0.1 : 127.0.0.1
37 port = PORT_S
38 allow_localhost
39 hosts_max_try = 1
40 HARDLIMIT
41
42
43# ----- Retry -----
44
45begin retry
46
47
48* * F,1s,1s
49
50# End