Doc: clarify the syntax of the "begin <section>"
[exim.git] / test / confs / 0396
CommitLineData
afda344b
PH
1# Exim test configuration 0396
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
12domainlist fail = ${if eq {x}{y}{}fail}
13
14acl_smtp_rcpt = accept domains = +fail
15
16# End