Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/sendmail/src/
Dsendmail.h759 #define MCIF_AUTH 0x00008000 /* AUTH= supported */ macro
785 #define MCIF_EXTENS (MCIF_EXPN | MCIF_SIZE | MCIF_8BITMIME | MCIF_DSN | MCIF_8BITOK | MCIF_AUTH | M…
Dmci.c596 { MCIF_AUTH, "AUTH" },
Dusersmtp.c507 mci->mci_flags |= MCIF_AUTH;
2109 if (bitset(MCIF_AUTH, mci->mci_flags) && e->e_auth_param != NULL &&