Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c136 SmtpPhase = mci->mci_phase = "client greeting";
165 SmtpPhase = mci->mci_phase = "client LHLO";
171 SmtpPhase = mci->mci_phase = "client EHLO";
176 SmtpPhase = mci->mci_phase = "client HELO";
2175 SmtpPhase = mci->mci_phase = "client MAIL";
2376 SmtpPhase = mci->mci_phase = "client RCPT";
2751 SmtpPhase = mci->mci_phase = "idle";
2893 SmtpPhase = "client QUIT";
2970 SmtpPhase = "client RSET";
3019 SmtpPhase = "client probe";
[all …]
H A Derr.c1040 if (SmtpPhase != NULL)
1043 " during %s", SmtpPhase);
H A Dsrvrsmtp.c1182 SmtpPhase = "server cmd read";
1188 TimeOuts.to_nextcommand, SmtpPhase)) == NULL)
2044 SmtpPhase = "server EHLO";
2049 SmtpPhase = "server HELO";
2279 SmtpPhase = "server MAIL";
2610 SmtpPhase = "server RCPT";
3349 SmtpPhase = "server DATA";
3475 SmtpPhase = "collect";
3718 SmtpPhase = "delivery";
H A Dsendmail.h2367 EXTERN char *SmtpPhase; /* current phase in SMTP processing */ variable
H A Ddeliver.c1882 SmtpPhase = NULL;
3577 SmtpPhase = mci->mci_phase = "idle";
H A Ddaemon.c2251 SmtpPhase = mci->mci_phase = "initial connection";