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

  /src/external/ibm-public/postfix/dist/src/global/
domain_list.h 28 #define domain_list_match match_list_match macro
domain_list.c 16 /* int domain_list_match(list, name)
47 /* Request that domain_list_match() logs a warning and returns
55 /* domain_list_match() matches the specified host or domain name
127 vstream_printf("%s: %s\n", host, domain_list_match(list, host) ?
flush_clnt.c 188 if (domain_list_match(flush_domains, site) != 0) {
250 if (domain_list_match(flush_domains, site) != 0) {
  /src/external/ibm-public/postfix/dist/src/trivial-rewrite/
resolve.c 505 && domain_list_match(relay_domains, rcpt_domain))
533 && domain_list_match(relay_domains, rcpt_domain))
552 && domain_list_match(relay_domains, rcpt_domain)) {
  /src/external/ibm-public/postfix/dist/src/flush/
flush.c 318 if (domain_list_match(flush_domains, site) == 0)
395 if (domain_list_match(flush_domains, site) == 0)
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_check.c 6130 } else if (domain_list_match(relay_domains, domain)) {

Completed in 19 milliseconds