Home
last modified time | relevance | path

Searched refs:MAIL_PROTO_ESMTP (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_proto.h33 #define MAIL_PROTO_ESMTP "ESMTP" macro
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c1826 if (strcasecmp(state->protocol, MAIL_PROTO_ESMTP) != 0 in helo_cmd()
1919 if (strcasecmp(state->protocol, MAIL_PROTO_ESMTP) != 0) { in ehlo_cmd()
1921 state->protocol = mystrdup(MAIL_PROTO_ESMTP); in ehlo_cmd()
3522 && strcmp(state->protocol, MAIL_PROTO_ESMTP) == 0) in common_pre_message_handling()
3537 && strcmp(state->protocol, MAIL_PROTO_ESMTP) == 0) in common_pre_message_handling()
4460 MAIL_PROTO_ESMTP, 2, in xclient_cmd()
5905 && (strcasecmp(state->protocol, MAIL_PROTO_ESMTP) != 0 in smtpd_proto()
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_smtpd.c373 state->protocol = MAIL_PROTO_ESMTP; in psc_ehlo_cmd()