1 # Exim test configuration 5650
2 # OCSP stapling, server
8 host_lookup_order = bydns
9 primary_hostname = server1.example.com
10 spool_directory = DIR/spool
11 log_file_path = DIR/spool/log/%slog
13 gecos_name = CALLER_NAME
15 # ----- Main settings -----
17 acl_smtp_connect = check_connect
18 acl_smtp_mail = check_mail
19 acl_smtp_rcpt = check_recipient
21 log_selector = +tls_peerdn
26 tls_advertise_hosts = *
28 tls_certificate = DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.pem
29 tls_privatekey = DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
33 #tls_verify_hosts = HOSTIPV4
34 #tls_try_verify_hosts = *
35 #tls_verify_certificates = DIR/aux-fixed/cert2
44 accept logwrite = acl_conn: ocsp in status: $tls_in_ocsp \
45 (${listextract {${eval:$tls_in_ocsp+1}} \
46 {notreq:notresp:vfynotdone:failed:verified}})
49 accept logwrite = acl_mail: ocsp in status: $tls_in_ocsp \
50 (${listextract {${eval:$tls_in_ocsp+1}} \
51 {notreq:notresp:vfynotdone:failed:verified}})
64 transport = local_delivery
67 # ----- Transports -----
73 file = DIR/test-mail/$local_part
74 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn