Use common routine for building tagstring for dns-fail cache
[exim.git] / test / confs / 3409
CommitLineData
afda344b
PH
1# Exim test configuration 3409
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8acl_smtp_etrn = accept
9log_selector = \
10 +smtp_syntax_error \
11 +smtp_protocol_error
12recipients_max = 5
13smtp_max_synprot_errors = 1000
14
15
16# ----- Authentication -----
17
18begin authenticators
19
20plain:
21 driver = plaintext
22 public_name = PLAIN
23 server_condition = "\
24 ${if and {{eq{$2}{userx}}{eq{$3}{secret}}}{yes}{no}}"
25 server_set_id = $2
26
27# End