1 # Exim test configuration 5601
2 # OCSP stapling, client
7 keep_environment = ^EXIM_TESTHARNESS_DISABLE_[O]CSPVALIDITYCHECK$
8 host_lookup_order = bydns
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/SERVER%slog
12 gecos_name = CALLER_NAME
13 chunking_advertise_hosts =
14 primary_hostname = server1.example.com
21 # ----- Main settings -----
23 domainlist local_domains = test.ex : *.test.ex
25 acl_smtp_rcpt = check_recipient
26 acl_smtp_data = check_data
28 log_selector = +tls_peerdn +received_recipients
29 remote_max_parallel = 1
31 tls_advertise_hosts = *
33 # Set certificate only if server
35 tls_certificate = ${if eq {SERVER}{server}\
36 {DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.chain.pem}\
40 #{DIR/aux-fixed/exim-ca/example.com/CA/CA.pem}\
42 tls_privatekey = ${if eq {SERVER}{server}\
43 {DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key}\
46 tls_ocsp_file = RETURN
54 accept domains = +local_domains
55 deny message = relay not permitted
58 warn condition = ${if def:h_X-TLS-out:}
59 logwrite = client claims: $h_X-TLS-out:
68 condition = ${if eq {SERVER}{server}{no}{yes}}
70 transport = send_to_server${if eq{$local_part}{nostaple}{1} \
71 {${if eq{$local_part}{norequire} {2} \
72 {${if eq{$local_part}{smtps} {4}{3}}} \
79 #transport = local_delivery
82 # ----- Transports -----
88 file = DIR/test-mail/$local_part
89 create_file = DIR/test-mail
90 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn
98 hosts_try_fastopen = :
99 tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
100 tls_verify_cert_hostnames =
101 hosts_require_tls = *
102 hosts_request_ocsp = :
103 headers_add = X-TLS-out: ocsp status $tls_out_ocsp \
104 (${listextract {${eval:$tls_out_ocsp+1}} \
105 {notreq:notresp:vfynotdone:failed:verified}})
112 hosts_try_fastopen = :
113 tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
114 tls_verify_cert_hostnames =
115 hosts_require_tls = *
116 # note no ocsp mention here
117 headers_add = X-TLS-out: ocsp status $tls_out_ocsp \
118 (${listextract {${eval:$tls_out_ocsp+1}} \
119 {notreq:notresp:vfynotdone:failed:verified}})
126 hosts_try_fastopen = :
127 helo_data = helo.data.changed
128 tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
129 tls_verify_cert_hostnames =
130 hosts_require_tls = *
131 hosts_require_ocsp = *
132 headers_add = X-TLS-out: ocsp status $tls_out_ocsp \
133 (${listextract {${eval:$tls_out_ocsp+1}} \
134 {notreq:notresp:vfynotdone:failed:verified}})
141 hosts_try_fastopen = :
142 helo_data = helo.data.changed
143 tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
144 tls_verify_cert_hostnames =
146 hosts_require_tls = *
147 hosts_require_ocsp = *
148 headers_add = X-TLS-out: ocsp status $tls_out_ocsp \
149 (${listextract {${eval:$tls_out_ocsp+1}} \
150 {notreq:notresp:vfynotdone:failed:verified}})