Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 3407
CommitLineData
afda344b
PH
1# Exim test configuration 3407
2
3OPTION=server_condition = xxx
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12# ----- Main settings -----
13
14primary_hostname = mail.test.ex
15qualify_domain = test.ex
16
17
18# ----- Authenticators -----
19
20begin authenticators
21
22a1:
23 driver = plaintext
24 public_name = PLAIN
25 server_condition = xxx
26
27a2:
28 driver = plaintext
29 public_name = PLAIN
30 OPTION
31
32a3:
33 driver = plaintext
34 public_name = LOGIN
35 OPTION
36
37a4:
38 driver = plaintext
39 public_name = LOGIN
40 OPTION
41
42# End