Testsuite: Avoid requesting TLS cert-status requests from GnuTLS test utility unless...
[exim.git] / test / confs / 3453
CommitLineData
afda344b
PH
1# Exim test configuration 3453
2
3REMEMBER=false
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13# ----- Main settings -----
14
15domainlist local_domains = test.ex
16
17tls_advertise_hosts = *
18tls_certificate = DIR/aux-fixed/cert1
19tls_privatekey = DIR/aux-fixed/cert1
20tls_remember_esmtp = REMEMBER
21
22
23# ----- Authenticators -----
24
25begin authenticators
26
27plain:
28 driver = plaintext
29 public_name = PLAIN
30 server_condition = "\
31 ${if and {{eq{$2}{userx}}{eq{$3}{secret}}}{yes}{no}}"
32 server_set_id = $2
33
34# End