Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 2018
CommitLineData
afda344b
PH
1# Exim test configuration 2018
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12# ----- Main settings -----
13
14queue_only
15
16tls_advertise_hosts = *
17tls_certificate = DIR/aux-fixed/cert1
18tls_privatekey = DIR/aux-fixed/cert1
19
20acl_smtp_rcpt = acl_tls
21
22# ------ ACLs ------
23
24begin acl
25
26acl_tls:
27 accept endpass
28 message = "You must encrypt"
29 encrypted = *
30
31# End