DKIM: $dkim_key_length visibility variable. Bug 1311
[exim.git] / test / confs / 4500
1 # Exim test configuration 4500
2
3 SERVER=
4
5 exim_path = EXIM_PATH
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/SERVER%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12 tls_advertise_hosts =
13
14 # ----- Main settings -----
15
16 acl_smtp_rcpt = accept
17 acl_smtp_dkim = accept logwrite = signer: $dkim_cur_signer bits: $dkim_key_length
18
19 queue_only
20 queue_run_in_order
21
22 # End