Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 0459
CommitLineData
afda344b
PH
1# Exim test configuration 0459
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
23f3dc67 11tls_advertise_hosts =
afda344b
PH
12
13
14# ----- Main settings -----
15
16qualify_domain = test.ex
17
18acl_smtp_rcpt = $local_part
19
20
21# ----- ACLs -----
22
23begin acl
24
25inner:
26 defer log_message = forced defer
27
28outer:
29 deny senders = ${lookup{xxx}lsearch{/non/exist}}
30 deny acl = inner
31
32
33# End