1 # Exim test configuration 5651
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
29 remote_max_parallel = 1
31 tls_advertise_hosts = *
33 # Set certificate only if server
34 tls_certificate = ${if eq {SERVER}{server}\
35 {DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.chain.pem}\
38 tls_privatekey = ${if eq {SERVER}{server}\
39 {DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key}\
51 accept domains = +local_domains
52 deny message = relay not permitted
55 warn condition = ${if def:h_X-TLS-out:}
56 logwrite = client claims: $h_X-TLS-out:
66 condition = ${if eq {SERVER}{server}{no}{yes}}
68 transport = send_to_server${if eq{$local_part}{nostaple}{1} \
69 {${if eq{$local_part}{norequire} {2} \
70 {${if eq{$local_part}{smtps} {4}{3}}} \
77 #transport = local_delivery
80 # ----- Transports -----
86 file = DIR/test-mail/${bless:$local_part}
87 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn
95 hosts_try_fastopen = :
96 tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
97 tls_verify_cert_hostnames =
99 hosts_request_ocsp = :
100 headers_add = X-TLS-out: OCSP status $tls_out_ocsp \
101 (${listextract {${eval:$tls_out_ocsp+1}} \
102 {notreq:notresp:vfynotdone:failed:verified}})
109 hosts_try_fastopen = :
110 tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
111 tls_verify_cert_hostnames =
112 hosts_require_tls = *
113 # note no ocsp mention here
114 headers_add = X-TLS-out: OCSP status $tls_out_ocsp \
115 (${listextract {${eval:$tls_out_ocsp+1}} \
116 {notreq:notresp:vfynotdone:failed:verified}})
123 hosts_try_fastopen = :
124 helo_data = helo.data.changed
125 #tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/server1.example.com/ca_chain.pem
126 tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
127 tls_try_verify_hosts =
128 tls_verify_cert_hostnames =
129 hosts_require_tls = *
130 hosts_require_ocsp = *
131 headers_add = X-TLS-out: OCSP status $tls_out_ocsp \
132 (${listextract {${eval:$tls_out_ocsp+1}} \
133 {notreq:notresp:vfynotdone:failed:verified}})
140 hosts_try_fastopen = :
141 helo_data = helo.data.changed
142 #tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/server1.example.com/ca_chain.pem
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}})