Testsuite: Explicit disabling of identd no longer needed
[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
b4ed4da0
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13domainlist local_domains = test.ex
14
15log_selector = +smtp_no_mail
16
17tls_advertise_hosts = *
18tls_certificate = DIR/aux-fixed/cert1
19tls_privatekey = DIR/aux-fixed/cert1
20
21
22# ----- Authenticators -----
23
24begin authenticators
25
26plain:
27 driver = plaintext
28 public_name = PLAIN
29 server_condition = "\
30 ${if and {{eq{$2}{userx}}{eq{$3}{secret}}}{yes}{no}}"
31 server_set_id = $2
32
33# End