Testsuite: munge for non-WITH_CONTENT_SCAN builds
[exim.git] / test / confs / 5730
1 # Exim test configuration 5730
2 # OCSP stapling, client, events
3
4 SERVER =
5
6 exim_path = EXIM_PATH
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
11 gecos_pattern = ""
12 gecos_name = CALLER_NAME
13 chunking_advertise_hosts =
14
15 primary_hostname = server1.example.com
16  
17 .ifdef _HAVE_DMARC
18 dmarc_tld_file =
19 .endif
20
21
22 # ----- Main settings -----
23
24 domainlist local_domains = test.ex : *.test.ex
25
26 acl_smtp_rcpt = check_recipient
27 acl_smtp_data = check_data
28
29 log_selector = +tls_peerdn
30 remote_max_parallel = 1
31
32 tls_advertise_hosts = *
33
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}\
37 fail\
38 }
39 tls_privatekey = ${if eq {SERVER}{server}\
40 {DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key}\
41 fail}
42
43 # from cmdline define
44 tls_ocsp_file = OPT
45
46
47 # ------ ACL ------
48
49 begin acl
50
51 check_recipient:
52   accept  domains = +local_domains
53   deny    message = relay not permitted
54
55 check_data:
56   warn    condition   = ${if def:h_X-TLS-out:}
57           logwrite = client claims: $h_X-TLS-out:
58   accept
59
60 logger:
61   accept condition = ${if !eq {msg} {${listextract{1}{$event_name}}}}
62   accept condition = ${if eq {host} {${listextract{2}{$event_name}}}}
63   warn  logwrite = client ocsp status: $tls_out_ocsp \
64     (${listextract {${eval:$tls_out_ocsp+1}} \
65                 {notreq:notresp:vfynotdone:failed:verified}})
66   accept
67
68
69 # ----- Routers -----
70
71 begin routers
72
73 client:
74   driver = accept
75   condition = ${if eq {SERVER}{server}{no}{yes}}
76   retry_use_local_part
77   transport = send_to_server${if eq{$local_part}{nostaple}{1} \
78                                 {${if eq{$local_part}{norequire} {2} \
79                                 {${if eq{$local_part}{smtps} {4}{3}}} \
80                              }}}
81
82 server:
83   driver = redirect
84   data = :blackhole:
85   #retry_use_local_part
86   #transport = local_delivery
87
88
89 # ----- Transports -----
90
91 begin transports
92
93 local_delivery:
94   driver = appendfile
95   file = DIR/test-mail/$local_part
96   create_file = DIR/test-mail
97   headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn
98   user = CALLER
99
100 send_to_server1:
101   driver = smtp
102   allow_localhost
103   hosts = HOSTIPV4
104   port = PORT_D
105   hosts_try_fastopen =  :
106   tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
107   tls_verify_cert_hostnames =
108   hosts_require_tls = *
109   hosts_request_ocsp = :
110   headers_add = X-TLS-out: OCSP status $tls_out_ocsp \
111     (${listextract {${eval:$tls_out_ocsp+1}} \
112                 {notreq:notresp:vfynotdone:failed:verified}})
113   event_action =        ${acl {logger}}
114
115 send_to_server2:
116   driver = smtp
117   allow_localhost
118   hosts = HOSTIPV4
119   port = PORT_D
120   hosts_try_fastopen =  :
121   tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
122   tls_verify_cert_hostnames =
123   hosts_require_tls = *
124 # note no ocsp mention here
125   headers_add = X-TLS-out: OCSP status $tls_out_ocsp \
126     (${listextract {${eval:$tls_out_ocsp+1}} \
127                 {notreq:notresp:vfynotdone:failed:verified}})
128   event_action =        ${acl {logger}}
129
130 send_to_server3:
131   driver = smtp
132   allow_localhost
133   hosts = 127.0.0.1
134   port = PORT_D
135   hosts_try_fastopen =  :
136   helo_data = helo.data.changed
137   #tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/server1.example.com/ca_chain.pem
138   tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
139   tls_try_verify_hosts =
140   tls_verify_cert_hostnames =
141   hosts_require_tls =  *
142   hosts_require_ocsp = *
143   headers_add = X-TLS-out: OCSP status $tls_out_ocsp \
144     (${listextract {${eval:$tls_out_ocsp+1}} \
145                 {notreq:notresp:vfynotdone:failed:verified}})
146   event_action =        ${acl {logger}}
147
148 send_to_server4:
149   driver = smtp
150   allow_localhost
151   hosts = 127.0.0.1
152   port = PORT_D
153   hosts_try_fastopen =  :
154   helo_data = helo.data.changed
155   #tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/server1.example.com/ca_chain.pem
156   tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
157   tls_verify_cert_hostnames =
158   protocol =           smtps
159   hosts_require_tls =  *
160   hosts_require_ocsp = *
161   headers_add = X-TLS-out: OCSP status $tls_out_ocsp \
162     (${listextract {${eval:$tls_out_ocsp+1}} \
163                 {notreq:notresp:vfynotdone:failed:verified}})
164   event_action =        ${acl {logger}}
165
166
167 # ----- Retry -----
168
169
170 begin retry
171
172 * * F,5d,1s
173
174
175 # End