HomeSort by: relevance | last modified time | path
    Searched defs:ext_mx_host_patterns (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_tls_policy_test.c 239 struct WANT_ARGV ext_mx_host_patterns; /* (sts) MX host patterns */ member in struct:WANT_SMTP_TLS_POLICY
287 if (match_argv("ext_mx_host_patterns", &want->ext_mx_host_patterns,
288 got->ext_mx_host_patterns) == 0) {
289 msg_warn("%s->ext_mx_host_patterns mismatch", what);
331 .ext_mx_host_patterns = {.argc = 2,.argv = {"example", "*.example"}}
378 .ext_mx_host_patterns = {.argc = 2,.argv = {"example", "*.example"}}
422 .ext_mx_host_patterns = {.argc = 2,.argv = {"example.com", "*.example.com"}}
smtp.h 125 ARGV *ext_mx_host_patterns; /* (sts) MX host patterns */ member in struct:SMTP_TLS_POLICY
181 _tls_policy_init_tmp->ext_mx_host_patterns = 0; \

Completed in 19 milliseconds