Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 4500
CommitLineData
6a11a9e6
JH
1# Exim test configuration 4500
2
3SERVER=
4
5exim_path = EXIM_PATH
bc3c7bb7 6keep_environment =
6a11a9e6
JH
7host_lookup_order = bydns
8primary_hostname = myhost.test.ex
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/SERVER%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
13tls_advertise_hosts =
14
15# ----- Main settings -----
16
17acl_smtp_rcpt = accept
abe1010c 18acl_smtp_dkim = accept logwrite = signer: $dkim_cur_signer bits: $dkim_key_length
6a11a9e6
JH
19
20queue_only
21queue_run_in_order
22
23# End