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