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