Home
last modified time | relevance | path

Searched refs:check_ccert_access (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-3.549 [Feature 20190517] Search order support for check_ccert_access.
53 The following check_ccert_access setting uses the built-in search
61 check_ccert_access hash:/etc/postfix/ccert-access
70 check_ccert_access {
H A DRELEASE_NOTES-2.10209 used in the check_ccert_access and in smtp_tls_policy_maps features).
215 SMTP server (with "check_ccert_access") and in the Postfix SMTP
H A DRELEASE_NOTES-2.3363 permit_tls_all_clientcerts, or check_ccert_access are specified in
H A DHISTORY10315 Feature: check_ccert_access maptype:mapname for access(5)
24278 Initial search order support for check_ccert_access. The
24286 "check_ccert_access { inline:{a=b} { search_order=c,d } }".
24672 check_ccert_access. Files: smtpd/smtpd_check.c,
25859 Bugfix: check_ccert_access worked as expected, but produced
26962 Bugfix (introduced: Postfix 3.5): check_ccert_access did
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.double-proto-html38 dd dd Alternatively check_ccert_access accepts an explicit search
39 dd dd check_ccert_access type table search_order cert_fingerprint
50 dt b a name check_ccert_access check_ccert_access a i a href DATABASE_
H A Dpostconf.proto5189 <dt><b><a name="check_ccert_access">check_ccert_access</a> <i><a href="DATABASE_README.html">type:t…
5211 <dd> Alternatively, check_ccert_access accepts an explicit search
5215 <dd> check_ccert_access { type:table, { search_order = cert_fingerprint,
9911 <p>For more fine-grained control, use check_ccert_access to select
12781 <b>check_ccert_access</b> and <b>permit_tls_clientcerts</b>. </p>
12845 check_ccert_access hash:/etc/postfix/access,
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c3163 static int check_ccert_access(SMTPD_STATE *state, const char *acl_spec, in check_ccert_access() function
4383 status = check_ccert_access(state, *cpp, def_acl); in generic_checks()