Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 0547
... / ...
CommitLineData
1# Exim test configuration 0547
2
3MAXNM = 100
4
5exim_path = EXIM_PATH
6keep_environment =
7host_lookup_order = bydns
8primary_hostname = myhost.test.ex
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
13tls_advertise_hosts =
14
15# ----- Main settings -----
16
17acl_smtp_rcpt = accept
18
19log_selector = +smtp_no_mail
20
21smtp_accept_max_nonmail = MAXNM
22
23# End