Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 2024
CommitLineData
afda344b
PH
1# Exim test configuration 2024
2
3CERT=DIR/aux-fixed/cert1
4TVC=/dev/null
5
d4dc049f
JH
6.include DIR/aux-var/tls_conf_prefix
7
afda344b 8primary_hostname = myhost.test.ex
afda344b
PH
9
10# ----- Main settings -----
11
12acl_smtp_rcpt = check_recipient
13
14log_selector = +tls_peerdn
15
16tls_advertise_hosts = *
17
18tls_certificate = CERT
19tls_privatekey = CERT
20
21tls_verify_hosts = HOSTIPV4
0a92f87f
JH
22#tls_verify_certificates = TVC
23tls_verify_certificates = CERT
afda344b 24
8008accd
JH
25# so we can decode in wireshark
26tls_require_ciphers = NORMAL:-KX-ALL:+RSA
afda344b 27# End