Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Drecipient.c675 if (new->q_alias == NULL || UseMSP ||
727 if (UseMSP || WILL_BE_QUEUED(e->e_sendmode) ||
854 if (new->q_alias == NULL || UseMSP ||
898 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.c4176 else if (UseMSP && *p == '\0')
4199 else if (UseMSP)
4216 else if (UseMSP)
4358 if (!UseMSP)
4788 UseMSP = atobool(val);
H A Dmain.c1369 if (UseMSP && (OpMode == MD_DAEMON || OpMode == MD_FGDAEMON))
1429 if (dp == EX_OK && UseMSP && (geteuid() == 0 || getuid() == 0))
1655 if (UseMSP)
3916 if (setgid(RunAsGid) < 0 && (!UseMSP || getegid() != RunAsGid))
H A Dqueue.c4151 if (bogus && st.st_gid == getegid() && UseMSP)
4308 if (UseMSP)
6205 if (!UseMSP)
7372 if (UseMSP && OpMode != MD_TEST)
H A Dsendmail.h2558 EXTERN bool UseMSP; /* mail submission: group writable queue ok? */ variable
H A Dusersmtp.c277 if ((UseMSP && Verbose && bitset(MCIF_VERB, mci->mci_flags))
H A Ddaemon.c3360 drop = !(UseMSP && RunAsUid != 0 && in restart_daemon()
H A Dsrvrsmtp.c3649 if (!bitset(SRV_OFFER_ETRN, features) || UseMSP ||
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf234 O UseMSP=True
/freebsd/contrib/sendmail/cf/m4/
H A Dproto.m4382 _OPTION(UseMSP, `confUSE_MSP', `')
/freebsd/contrib/sendmail/cf/
H A DREADME4430 confUSE_MSP UseMSP [undefined] Use as mail submission
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES2941 New configuration file option UseMSP to allow group writable queue