Testsuite: account for 4-component version numbers
[exim.git] / test / confs / 3413
... / ...
CommitLineData
1# Exim test configuration 3413
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
6
7# ----- Main settings -----
8
9smtp_accept_max_nonmail = 3
10
11# Set this large to avoid it biting first
12smtp_max_synprot_errors = 20
13
14# ----- Authenticators -----
15
16begin authenticators
17
18plain:
19 driver = plaintext
20 public_name = PLAIN
21 server_condition = "\
22 ${if and {{eq{$2}{userx}}{eq{$3}{secret}}}{yes}{no}}"
23 server_set_id = $2
24
25# End