CRL addition returns count of CRLs added
[exim.git] / test / confs / 3454
CommitLineData
b4ed4da0
PH
1# Exim test configuration 3454
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
6rfc1413_query_timeout = 0s
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12# ----- Main settings -----
13
14domainlist local_domains = test.ex
15
16log_selector = +smtp_no_mail
17
18tls_advertise_hosts = *
19tls_certificate = DIR/aux-fixed/cert1
20tls_privatekey = DIR/aux-fixed/cert1
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