Doc: clarify the syntax of the "begin <section>"
[exim.git] / test / confs / 0543
CommitLineData
f6c332bd
PH
1# Exim test configuration 0543
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
f6c332bd
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
9
10# ----- Main settings -----
11
12qualify_domain = test.ex
13queue_run_in_order
14
15
16# ----- Routers -----
17
18begin routers
19
20smarthost:
21 driver = accept
22 transport = smtp
23
24
25# ----- Transports -----
26
27begin transports
28
29smtp:
30 driver = smtp
31 hosts = thisloop.test.ex
32 hosts_max_try = 1
33 allow_localhost
34 port = PORT_S
35
36
37# ----- Retry -----
38
39
40begin retry
41
42* * F,5d,15m
43
44
45# End