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