Home
last modified time | relevance | path

Searched refs:MCIF_ESMTP (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/sendmail/src/
Dusersmtp.c158 mci->mci_flags |= MCIF_ESMTP;
170 else if (bitset(MCIF_ESMTP, mci->mci_flags) &&
194 if (bitset(MCIF_ESMTP, mci->mci_flags) &&
198 mci->mci_flags &= ~MCIF_ESMTP;
295 mci->mci_flags |= MCIF_ESMTP;
Dmci.c585 { MCIF_ESMTP, "ESMTP" },
Dsendmail.h747 #define MCIF_ESMTP 0x00000008 /* this host speaks ESMTP */ macro
Ddeliver.c2093 else if (bitset(MCIF_ESMTP, mci->mci_flags))