OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reject_unknown_client
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_check.in2
13
client_restrictions permit_mynetworks,
reject_unknown_client
,check_client_access,hash:./smtpd_check_access
25
helo_restrictions permit_mynetworks,
reject_unknown_client
,reject_invalid_hostname,reject_unknown_hostname,check_helo_access,hash:./smtpd_check_access
32
helo_restrictions permit_mynetworks,
reject_unknown_client
,reject_invalid_hostname,check_helo_access,hash:./smtpd_check_access
38
sender_restrictions permit_mynetworks,
reject_unknown_client
60
recipient_restrictions permit_mynetworks,
reject_unknown_client
,check_relay_domains
113
client_restrictions
reject_unknown_client
smtpd_check.in
13
client_restrictions permit_mynetworks,
reject_unknown_client
,hash:./smtpd_check_access
25
helo_restrictions permit_mynetworks,
reject_unknown_client
,reject_invalid_hostname,reject_unknown_hostname,hash:./smtpd_check_access
32
helo_restrictions permit_mynetworks,
reject_unknown_client
,reject_invalid_hostname,hash:./smtpd_check_access
46
sender_restrictions permit_mynetworks,
reject_unknown_client
68
recipient_restrictions permit_mynetworks,
reject_unknown_client
,check_relay_domains
105
helo_restrictions permit_mynetworks,
reject_unknown_client
,reject_invalid_hostname,hash:./smtpd_check_access
smtpd_check.c
409
* client hostname is available or not. Thus, the
reject_unknown_client
413
*
reject_unknown_client
, hostname-based allow-list, reject
1277
/*
reject_unknown_client
- fail if client hostname is unknown */
1279
static int
reject_unknown_client
(SMTPD_STATE *state)
function
1281
const char *myname = "
reject_unknown_client
";
4347
|| strcasecmp(name,
REJECT_UNKNOWN_CLIENT
) == 0) {
4348
status =
reject_unknown_client
(state);
Completed in 92 milliseconds
Indexes created Sat Jun 27 00:24:51 UTC 2026