Add $smtp_command_history variable
[exim.git] / test / confs / 3407
1 # Exim test configuration 3407
2
3 OPTION=server_condition = xxx
4
5 .include DIR/aux-var/std_conf_prefix
6
7
8 # ----- Main settings -----
9
10 primary_hostname = mail.test.ex
11 qualify_domain = test.ex
12
13
14 # ----- Authenticators -----
15
16 begin authenticators
17
18 a1:
19 driver = plaintext
20 public_name = PLAIN
21 server_condition = xxx
22
23 a2:
24 driver = plaintext
25 public_name = PLAIN
26 OPTION
27
28 a3:
29 driver = plaintext
30 public_name = LOGIN
31 OPTION
32
33 a4:
34 driver = plaintext
35 public_name = LOGIN
36 OPTION
37
38 # End