Testsuite: unbreak testcase
[exim.git] / test / confs / 3463
1 # Exim test configuration 3463
2
3 REMEMBER=false
4
5 .include DIR/aux-var/tls_conf_prefix
6
7 primary_hostname = myhost.test.ex
8
9 # ----- Main settings -----
10
11 domainlist local_domains = test.ex
12
13 tls_advertise_hosts = *
14 tls_certificate = DIR/aux-fixed/cert1
15 tls_privatekey = DIR/aux-fixed/cert1
16 tls_remember_esmtp = REMEMBER
17
18
19 # ----- Authenticators -----
20
21 begin authenticators
22
23 plain:
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