Home
last modified time | relevance | path

Searched refs:SmtpPhase (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/sendmail/src/
HDusersmtp.c135 SmtpPhase = mci->mci_phase = "client greeting";
163 SmtpPhase = mci->mci_phase = "client LHLO";
169 SmtpPhase = mci->mci_phase = "client EHLO";
174 SmtpPhase = mci->mci_phase = "client HELO";
2181 SmtpPhase = mci->mci_phase = "client MAIL";
2382 SmtpPhase = mci->mci_phase = "client RCPT";
2593 SmtpPhase = mci->mci_phase = "client DATA 354";
2726 SmtpPhase = mci->mci_phase = "client DATA status";
2757 SmtpPhase = mci->mci_phase = "idle";
2899 SmtpPhase = "client QUIT";
[all …]
HDerr.c1042 if (SmtpPhase != NULL)
1045 " during %s", SmtpPhase);
HDsrvrsmtp.c1172 SmtpPhase = "server cmd read";
1178 TimeOuts.to_nextcommand, SmtpPhase)) == NULL)
2056 SmtpPhase = "server EHLO";
2061 SmtpPhase = "server HELO";
2290 SmtpPhase = "server MAIL";
2621 SmtpPhase = "server RCPT";
3360 SmtpPhase = "server DATA";
3486 SmtpPhase = "collect";
3729 SmtpPhase = "delivery";
HDsendmail.h2464 EXTERN char *SmtpPhase; /* current phase in SMTP processing */ variable
HDdeliver.c1883 SmtpPhase = NULL;
3585 SmtpPhase = mci->mci_phase = "idle";
HDdaemon.c2254 SmtpPhase = mci->mci_phase = "initial connection";
/trueos/contrib/sendmail/
HDRELEASE_NOTES10133 Reset SmtpPhase global on initial connection creation so that
10350 code EOPENTIMEOUT; this avoids adding "during SmtpPhase