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