Testsuite: fix 0903
[exim.git] / test / confs / 3413
1 # Exim test configuration 3413
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 smtp_accept_max_nonmail = 3
10
11 # Set this large to avoid it biting first
12 smtp_max_synprot_errors = 20
13
14 # ----- Authenticators -----
15
16 begin authenticators
17
18 plain:
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