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