TLS: variables $tls_(in,out)_tlsver
[exim.git] / test / confs / 3413
CommitLineData
afda344b
PH
1# Exim test configuration 3413
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
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