Fix dcc_header content corruption.
[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
8rfc1413_query_timeout = 0s
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