Testsuite: remove unused acl option from testcase
[exim.git] / test / confs / 3409
CommitLineData
afda344b
PH
1# Exim test configuration 3409
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
12acl_smtp_etrn = accept
13log_selector = \
14 +smtp_syntax_error \
15 +smtp_protocol_error
16recipients_max = 5
17smtp_max_synprot_errors = 1000
18
19
20# ----- Authentication -----
21
22begin authenticators
23
24plain:
25 driver = plaintext
26 public_name = PLAIN
27 server_condition = "\
28 ${if and {{eq{$2}{userx}}{eq{$3}{secret}}}{yes}{no}}"
29 server_set_id = $2
30
31# End