Testsuite: fix 0903
[exim.git] / test / confs / 3454
CommitLineData
b4ed4da0
PH
1# Exim test configuration 3454
2
4fab92fb
HSHR
3.include DIR/aux-var/tls_conf_prefix
4
b4ed4da0 5primary_hostname = myhost.test.ex
b4ed4da0
PH
6
7# ----- Main settings -----
8
9domainlist local_domains = test.ex
10
11log_selector = +smtp_no_mail
12
13tls_advertise_hosts = *
14tls_certificate = DIR/aux-fixed/cert1
15tls_privatekey = DIR/aux-fixed/cert1
16
17
18# ----- Authenticators -----
19
20begin authenticators
21
22plain:
23 driver = plaintext
24 public_name = PLAIN
25 server_condition = "\
26 ${if and {{eq{$2}{userx}}{eq{$3}{secret}}}{yes}{no}}"
27 server_set_id = $2
28
29# End