Doc: clarify the syntax of the "begin <section>"
[exim.git] / test / confs / 0422
CommitLineData
afda344b
PH
1# Exim test configuration 0422
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
9
10# ----- Main settings -----
11
12primary_hostname = mail.test.ex
13qualify_domain = test.ex
14
15acl_smtp_connect = connect
16
17
18# ----- ACL -----
19
20begin acl
21
22connect:
23 deny message = dnslist_value is $dnslist_value
24 dnslists = rbl.test.ex=127.0.0.2
25 accept
26
27
28# End