OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SOPT_REQUIRETLS_ESMTP
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/global/
sendopts.h
38
#define
SOPT_REQUIRETLS_ESMTP
(1<<5) /* MAIL FROM ... REQUIRETLS */
40
SOPT_REQUIRETLS_ESMTP
)
sendopts.c
67
"requiretls_esmtp",
SOPT_REQUIRETLS_ESMTP
,
sendopts_test.c
70
{"
SOPT_REQUIRETLS_ESMTP
",
71
SOPT_REQUIRETLS_ESMTP
,
post_mail.c
231
| ((sendopts &
SOPT_REQUIRETLS_ESMTP
) ? CLEANUP_FLAG_REQTLS : 0)
/src/external/ibm-public/postfix/dist/src/smtp/
smtp_reqtls_policy.h
45
((var) && (sendopts) &
SOPT_REQUIRETLS_ESMTP
)
smtp.h
288
|| ((state)->request->sendopts &
SOPT_REQUIRETLS_ESMTP
) == 0) \
/src/external/ibm-public/postfix/dist/src/bounce/
bounce.c
337
if (*sendopts &
SOPT_REQUIRETLS_ESMTP
)
343
if (var_reqtls_redact_dsn && (*sendopts &
SOPT_REQUIRETLS_ESMTP
)) {
344
*sendopts &= ~
SOPT_REQUIRETLS_ESMTP
;
/src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_api.c
223
state->sendopts |=
SOPT_REQUIRETLS_ESMTP
;
cleanup_message.c
668
state->sendopts |=
SOPT_REQUIRETLS_ESMTP
;
911
&& (state->sendopts &
SOPT_REQUIRETLS_ESMTP
)
/src/external/ibm-public/postfix/dist/src/local/
forward.c
168
| ((request->sendopts &
SOPT_REQUIRETLS_ESMTP
) ? \
/src/external/ibm-public/postfix/dist/src/sendmail/
sendmail.c
1305
sm_sendopts |=
SOPT_REQUIRETLS_ESMTP
;
1308
sm_sendopts &= ~
SOPT_REQUIRETLS_ESMTP
;
Completed in 22 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026