OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:relay_domains
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/trivial-rewrite/
resolve.c
144
static DOMAIN_LIST *
relay_domains
;
variable
173
if (
relay_domains
) {
174
if (string_list_match(
relay_domains
, domain))
176
if (
relay_domains
->error)
503
if (
relay_domains
504
&& domain_list_match(
relay_domains
, rcpt_domain))
531
if (
relay_domains
532
&& domain_list_match(
relay_domains
, rcpt_domain))
550
if (
relay_domains
551
&& domain_list_match(
relay_domains
, rcpt_domain))
[
all
...]
/src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_check.c
332
static DOMAIN_LIST *
relay_domains
;
variable
803
relay_domains
=
1737
* Permit if the destination matches the
relay_domains
list.
1770
* Reject relaying to sites that are not listed in
relay_domains
.
6091
} else if (domain_list_match(
relay_domains
, domain)) {
6095
} else if (
relay_domains
->error) {
6344
domain_list_free(
relay_domains
);
6345
relay_domains
=
Completed in 16 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026