Another small test tweak.
[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
7rfc1413_query_timeout = 0s
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13# ----- Main settings -----
14
15primary_hostname = mail.test.ex
16qualify_domain = test.ex
17
18
19# ----- Authenticators -----
20
21begin authenticators
22
23a1:
24 driver = plaintext
25 public_name = PLAIN
26 server_condition = xxx
27
28a2:
29 driver = plaintext
30 public_name = PLAIN
31 OPTION
32
33a3:
34 driver = plaintext
35 public_name = LOGIN
36 OPTION
37
38a4:
39 driver = plaintext
40 public_name = LOGIN
41 OPTION
42
43# End