Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dusersmtp.c172 SmtpPhase = mci->mci_phase = "client greeting";
211 SmtpPhase = mci->mci_phase = "client LHLO";
217 SmtpPhase = mci->mci_phase = "client EHLO";
222 SmtpPhase = mci->mci_phase = "client HELO";
2882 SmtpPhase = mci->mci_phase = "idle";
3024 SmtpPhase = "client QUIT";
3097 SmtpPhase = "client RSET";
3146 SmtpPhase = "client probe";
3212 else if (SmtpPhase != NULL && SmtpPhase[0] != '\0')
3213 what = SmtpPhase;
[all …]
H A Dsrvrsmtp.c1655 SmtpPhase = "server cmd read";
1661 TimeOuts.to_nextcommand, SmtpPhase)) == NULL)
2569 SmtpPhase = "server EHLO";
2574 SmtpPhase = "server HELO";
2595 SmtpPhase, CurHostName,
2836 SmtpPhase = "server MAIL";
3207 SmtpPhase = "server RCPT";
4029 SmtpPhase = "server DATA";
4047 SmtpPhase, CurHostName, anynet_ntoa(&RealHostAddr));
4169 SmtpPhase = "collect";
[all …]
H A Derr.c1201 if (SmtpPhase != NULL)
1204 " during %s", SmtpPhase);
H A Dsendmail.h2704 EXTERN char *SmtpPhase; /* current phase in SMTP processing */ variable
H A Ddeliver.c2422 SmtpPhase = NULL;
4613 SmtpPhase = mci->mci_phase = "idle";
H A Ddaemon.c2313 SmtpPhase = mci->mci_phase = "initial connection";
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES10708 Reset SmtpPhase global on initial connection creation so that
10925 code EOPENTIMEOUT; this avoids adding "during SmtpPhase