Home
last modified time | relevance | path

Searched refs:SubmitMode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dmain.c131 unsigned int SubmitMode; variable
322 SubmitMode = SUBMIT_UNKNOWN;
480 SubmitMode = SUBMIT_MTA;
640 getcfname(OpMode, SubmitMode, SM_GET_SUBMIT_CF,
643 getcfname(OpMode, SubmitMode, SM_GET_SENDMAIL_CF,
1259 if (bitset(SUBMIT_MTA, SubmitMode))
1268 SubmitMode = SUBMIT_MSA;
1285 readcf(getcfname(OpMode, SubmitMode, cftype, conffile),
1468 getcfname(OpMode, SubmitMode, cftype, conffile));
H A Dreadcf.c3248 extern unsigned int SubmitMode;
4454 if (!bitset(SUBMIT_MSA, SubmitMode) && RealUid != 0 &&