Searched refs:domain_list_match (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/global/
H A Ddomain_list.h25 #define domain_list_match match_list_match macro
H A Ddomain_list.c13 /* int domain_list_match(list, name)
43 /* Request that domain_list_match() logs a warning and returns
51 /* domain_list_match() matches the specified host or domain name
118 vstream_printf("%s: %s\n", host, domain_list_match(list, host) ?
H A Dflush_clnt.c179 if (domain_list_match(flush_domains, site) != 0)
235 if (domain_list_match(flush_domains, site) != 0)
/macosx-10.9.5/postfix-252/postfix/src/trivial-rewrite/
H A Dresolve.c445 && domain_list_match(relay_domains, rcpt_domain))
473 && domain_list_match(relay_domains, rcpt_domain))
492 && domain_list_match(relay_domains, rcpt_domain)) {
/macosx-10.9.5/postfix-252/postfix/src/flush/
H A Dflush.c294 if (domain_list_match(flush_domains, site) == 0)
370 if (domain_list_match(flush_domains, site) == 0)
/macosx-10.9.5/postfix-252/postfix/src/smtpd/
H A Dsmtpd_check.c1319 if (domain_list_match(relay_domains, state->name))
5262 } else if (domain_list_match(relay_domains, domain)) {

Completed in 89 milliseconds