HomeSort by: relevance | last modified time | path
    Searched refs:smtp_tls_authorize_mx_hostname (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_tls_policy_test.c 454 if (!smtp_tls_authorize_mx_hostname(state->tls, *cpp)) {
461 if (smtp_tls_authorize_mx_hostname(state->tls, *cpp)) {
smtp.h 148 extern int smtp_tls_authorize_mx_hostname(SMTP_TLS_POLICY *, const char *);
smtp_connect.c 1210 if (!smtp_tls_authorize_mx_hostname(state->tls, SMTP_HNAME(addr))) {
smtp_tls_policy.c 23 /* int smtp_tls_authorize_mx_hostname(tls, qname)
52 /* smtp_tls_authorize_mx_hostname() authorizes an MX host if the
170 /* smtp_tls_authorize_mx_hostname - enforce applicable MX hostname policy */
172 int smtp_tls_authorize_mx_hostname(SMTP_TLS_POLICY *tls, const char *name) function

Completed in 22 milliseconds