Home
last modified time | relevance | path

Searched refs:MCIF_ONLY_EHLO (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dmci.c647 { MCIF_ONLY_EHLO, "ONLY_EHLO" },
H A Ddeliver.c3666 #define ONLY_HELO(f) bitset(MCIF_ONLY_EHLO, f)
3667 #define SET_HELO(f) f |= MCIF_ONLY_EHLO
3668 #define CLR_HELO(f) f &= ~MCIF_ONLY_EHLO
4090 MCIF_ONLY_EHLO;
H A Dsendmail.h944 #define MCIF_ONLY_EHLO 0x10000000 /* use only EHLO in smtpinit */ macro