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