Testsuite: Add a first test for dns_trust_aa
[exim.git] / test / confs / 3413
CommitLineData
afda344b
PH
1# Exim test configuration 3413
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13smtp_accept_max_nonmail = 3
14
15# Set this large to avoid it biting first
16smtp_max_synprot_errors = 20
17
18# ----- Authenticators -----
19
20begin authenticators
21
22plain:
23 driver = plaintext
24 public_name = PLAIN
25 server_condition = "\
26 ${if and {{eq{$2}{userx}}{eq{$3}{secret}}}{yes}{no}}"
27 server_set_id = $2
28
29# End