1 # Exim test configuration 5730
2 # OCSP stapling, client, events
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 =
15 primary_hostname = server1.example.com
22 # ----- Main settings -----
24 domainlist local_domains = test.ex : *.test.ex
26 acl_smtp_rcpt = check_recipient
27 acl_smtp_data = check_data
29 log_selector = +tls_peerdn
30 remote_max_parallel = 1
32 tls_advertise_hosts = *
34 # 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}\
39 tls_privatekey = ${if eq {SERVER}{server}\
40 {DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key}\
52 accept domains = +local_domains
53 deny message = relay not permitted
56 warn condition = ${if def:h_X-TLS-out:}
57 logwrite = client claims: $h_X-TLS-out:
61 accept condition = ${if !eq {msg} {${listextract{1}{$event_name}}}}
62 warn logwrite = client ocsp status: $tls_out_ocsp \
63 (${listextract {${eval:$tls_out_ocsp+1}} \
64 {notreq:notresp:vfynotdone:failed:verified}})
74 condition = ${if eq {SERVER}{server}{no}{yes}}
76 transport = send_to_server${if eq{$local_part}{nostaple}{1} \
77 {${if eq{$local_part}{norequire} {2} \
78 {${if eq{$local_part}{smtps} {4}{3}}} \
85 #transport = local_delivery
88 # ----- Transports -----
94 file = DIR/test-mail/$local_part
95 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn
103 hosts_try_fastopen = :
104 tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
105 tls_verify_cert_hostnames =
106 hosts_require_tls = *
107 hosts_request_ocsp = :
108 headers_add = X-TLS-out: OCSP status $tls_out_ocsp \
109 (${listextract {${eval:$tls_out_ocsp+1}} \
110 {notreq:notresp:vfynotdone:failed:verified}})
111 event_action = ${acl {logger}}
118 hosts_try_fastopen = :
119 tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
120 tls_verify_cert_hostnames =
121 hosts_require_tls = *
122 # note no ocsp mention here
123 headers_add = X-TLS-out: OCSP status $tls_out_ocsp \
124 (${listextract {${eval:$tls_out_ocsp+1}} \
125 {notreq:notresp:vfynotdone:failed:verified}})
126 event_action = ${acl {logger}}
133 hosts_try_fastopen = :
134 helo_data = helo.data.changed
135 #tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/server1.example.com/ca_chain.pem
136 tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
137 tls_try_verify_hosts =
138 tls_verify_cert_hostnames =
139 hosts_require_tls = *
140 hosts_require_ocsp = *
141 headers_add = X-TLS-out: OCSP status $tls_out_ocsp \
142 (${listextract {${eval:$tls_out_ocsp+1}} \
143 {notreq:notresp:vfynotdone:failed:verified}})
144 event_action = ${acl {logger}}
151 hosts_try_fastopen = :
152 helo_data = helo.data.changed
153 #tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/server1.example.com/ca_chain.pem
154 tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
155 tls_verify_cert_hostnames =
157 hosts_require_tls = *
158 hosts_require_ocsp = *
159 headers_add = X-TLS-out: OCSP status $tls_out_ocsp \
160 (${listextract {${eval:$tls_out_ocsp+1}} \
161 {notreq:notresp:vfynotdone:failed:verified}})
162 event_action = ${acl {logger}}