Testsuite: unbreak testcase
[exim.git] / test / confs / 3407
CommitLineData
afda344b
PH
1# Exim test configuration 3407
2
3OPTION=server_condition = xxx
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
afda344b
PH
7
8# ----- Main settings -----
9
10primary_hostname = mail.test.ex
11qualify_domain = test.ex
12
13
14# ----- Authenticators -----
15
16begin authenticators
17
18a1:
19 driver = plaintext
20 public_name = PLAIN
21 server_condition = xxx
22
23a2:
24 driver = plaintext
25 public_name = PLAIN
26 OPTION
27
28a3:
29 driver = plaintext
30 public_name = LOGIN
31 OPTION
32
33a4:
34 driver = plaintext
35 public_name = LOGIN
36 OPTION
37
38# End