Testsuite: avoid ipv6 when testing retry data
[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
6rfc1413_query_timeout = 0s
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