Home
last modified time | relevance | path

Searched refs:UseMSP (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/sendmail/src/
H A Drecipient.c661 if (new->q_alias == NULL || UseMSP ||
713 if (UseMSP || WILL_BE_QUEUED(e->e_sendmode) ||
840 if (new->q_alias == NULL || UseMSP ||
884 if (new->q_alias == NULL || UseMSP ||
H A DSECURITY72 permissions. In submit.cf the option UseMSP must be set, and
107 If the option UseMSP is not set, sendmail will complain during
H A Dreadcf.c3945 else if (UseMSP && *p == '\0')
3968 else if (UseMSP)
3985 else if (UseMSP)
4127 if (!UseMSP)
4543 UseMSP = atobool(val);
H A Dmain.c1336 if (UseMSP && (OpMode == MD_DAEMON || OpMode == MD_FGDAEMON))
1388 if (dp == EX_OK && UseMSP && (geteuid() == 0 || getuid() == 0))
1614 if (UseMSP)
3849 if (setgid(RunAsGid) < 0 && (!UseMSP || getegid() != RunAsGid))
H A Dqueue.c4093 if (bogus && st.st_gid == getegid() && UseMSP)
4250 if (UseMSP)
6139 if (!UseMSP)
7309 if (UseMSP && OpMode != MD_TEST)
H A Dsendmail.h2410 EXTERN bool UseMSP; /* mail submission: group writable queue ok? */ variable
H A Dusersmtp.c245 if ((UseMSP && Verbose && bitset(MCIF_VERB, mci->mci_flags))
H A Ddaemon.c3276 drop = !(UseMSP && RunAsUid != 0 && in restart_daemon()
H A Dsrvrsmtp.c3431 if (!bitset(SRV_OFFER_ETRN, features) || UseMSP ||
/freebsd-13.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf231 O UseMSP=True
/freebsd-13.1/contrib/sendmail/cf/m4/
H A Dproto.m4369 _OPTION(UseMSP, `confUSE_MSP', `')
/freebsd-13.1/contrib/sendmail/cf/
H A DREADME4400 confUSE_MSP UseMSP [undefined] Use as mail submission
/freebsd-13.1/contrib/sendmail/
H A DRELEASE_NOTES2643 New configuration file option UseMSP to allow group writable queue