Testtsuite: portability
[exim.git] / test / confs / 2024
1 # Exim test configuration 2024
2
3 CERT=DIR/aux-fixed/cert1
4 TVC=/dev/null
5
6 .include DIR/aux-var/tls_conf_prefix
7
8 primary_hostname = myhost.test.ex
9
10 # ----- Main settings -----
11
12 acl_smtp_rcpt = check_recipient
13
14 log_selector = +tls_peerdn
15
16 tls_advertise_hosts = *
17
18 tls_certificate = CERT
19 tls_privatekey = CERT
20
21 tls_verify_hosts = HOSTIPV4
22 #tls_verify_certificates = TVC
23 tls_verify_certificates = CERT
24
25 # so we can decode in wireshark
26 tls_require_ciphers = NORMAL:-KX-ALL:+RSA
27 # End