Testsuite: build a generic tls enabled client: client-anytls
[exim.git] / test / confs / 3463
CommitLineData
afda344b
PH
1# Exim test configuration 3463
2
3REMEMBER=false
4
d4dc049f
JH
5.include DIR/aux-var/tls_conf_prefix
6
afda344b 7primary_hostname = myhost.test.ex
afda344b
PH
8
9# ----- Main settings -----
10
11domainlist local_domains = test.ex
12
13tls_advertise_hosts = *
14tls_certificate = DIR/aux-fixed/cert1
15tls_privatekey = DIR/aux-fixed/cert1
16tls_remember_esmtp = REMEMBER
17
18
19# ----- Authenticators -----
20
21begin authenticators
22
23plain:
24 driver = plaintext
25 public_name = PLAIN
26 server_condition = "\
27 ${if and {{eq{$2}{userx}}{eq{$3}{secret}}}{yes}{no}}"
28 server_set_id = $2
29
30# End