Searched refs:MAIL_PROTO_ESMTP (Results 1 – 3 of 3) sorted by relevance
33 #define MAIL_PROTO_ESMTP "ESMTP" macro
1826 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()
373 state->protocol = MAIL_PROTO_ESMTP; in psc_ehlo_cmd()