1933b8a4866689d1206551732c57ab5f20678c26
[exim.git] / test / confs / 3463
1 # Exim test configuration 3463
2
3 REMEMBER=false
4
5 exim_path = EXIM_PATH
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12
13 # ----- Main settings -----
14
15 domainlist local_domains = test.ex
16
17 tls_advertise_hosts = *
18 tls_certificate = DIR/aux-fixed/cert1
19 tls_privatekey = DIR/aux-fixed/cert1
20 tls_remember_esmtp = REMEMBER
21
22
23 # ----- Authenticators -----
24
25 begin authenticators
26
27 plain:
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