More new test committing.
[exim.git] / test / confs / 2024
1 # Exim test configuration 2024
2
3 CERT=DIR/aux-fixed/cert1
4 TVC=/dev/null
5
6 exim_path = EXIM_PATH
7 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 rfc1413_query_timeout = 0s
10 spool_directory = DIR/spool
11 log_file_path = DIR/spool/log/%slog
12 gecos_pattern = ""
13 gecos_name = CALLER_NAME
14
15 # ----- Main settings -----
16
17 acl_smtp_rcpt = check_recipient
18
19 log_selector = +tls_peerdn
20
21 tls_advertise_hosts = *
22
23 tls_certificate = CERT
24 tls_privatekey = CERT
25
26 tls_verify_hosts = HOSTIPV4
27 tls_verify_certificates = TVC
28
29 # End