HomeSort by: relevance | last modified time | path
    Searched refs:MAIL_PROTO_SMTP (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_state.c 182 state->protocol = MAIL_PROTO_SMTP;
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_state.c 111 state->protocol = mystrdup(MAIL_PROTO_SMTP);
smtpd.c 1911 && strcasecmp(state->protocol, MAIL_PROTO_SMTP) != 0) {
1913 state->protocol = mystrdup(MAIL_PROTO_SMTP);
4627 MAIL_PROTO_SMTP, 1,
4932 if (got_proto == 0 && strcasecmp(state->protocol, MAIL_PROTO_SMTP) != 0) {
4934 state->protocol = mystrdup(MAIL_PROTO_SMTP);
  /src/external/ibm-public/postfix/dist/src/global/
mail_proto.h 32 #define MAIL_PROTO_SMTP "SMTP"

Completed in 23 milliseconds