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