Home
last modified time | relevance | path

Searched refs:submit (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd/etc/sendmail/
H A DMakefile23 DEST_SUBMIT_CF= ${DESTDIR}/etc/mail/submit.cf
25 ALL= freebsd.cf freebsd.submit.cf
26 CLEANFILES= freebsd.cf freebsd.submit.cf
67 ${.CURDIR}/freebsd.submit.mc freebsd.submit.cf ${DESTDIR}/etc/mail
87 freebsd.submit.cf ${DEST_SUBMIT_CF}
/freebsd/etc/mail/
H A DMakefile74 SENDMAIL_SUBMIT_MC:= ${SENDMAIL_SUBMIT_MC}.submit.mc
77 ${CP} freebsd.submit.mc ${SENDMAIL_SUBMIT_MC}
193 install: install-cf install-submit-cf
202 install-submit-cf: ${INSTALL_SUBMIT_CF}
209 .if ${INSTALL_SUBMIT_CF} != /etc/mail/submit.cf
210 ${INSTALL} -m ${SHAREMODE} ${INSTALL_SUBMIT_CF} /etc/mail/submit.cf
H A DREADME21 by altering /etc/mail/freebsd.submit.mc (or setting SENDMAIL_SUBMIT_MC
23 'make install-submit-cf' in /etc/mail/. Change the FEATURE(msp) line
31 /etc/mail/submit.cf file:
34 rm /etc/mail/submit.cf
/freebsd/contrib/sendmail/src/
H A DSECURITY55 and submit.cf for the submission program. The following permissions
62 -r--r--r-- root wheel ... /etc/mail/submit.cf
72 permissions. In submit.cf the option UseMSP must be set, and
73 QueueFileMode must be set to 0660. submit.cf is available in
74 cf/cf/, which has been built from cf/cf/submit.mc. The file can
75 be used as-is, if you want to add more options, use cf/cf/submit.mc
80 -bs, and -t it is submit.cf (if it exists) for all others it is
129 submit.cf For the MSP (mail submission program)
130 The MSP is used to submit e-mails, hence it is invoked
204 no submit.cf file is installed. See devtools/README about
H A DMakefile.m417 `${DESTDIR}/etc/mail/submit.cf ${DESTDIR}${MSPQ}'))dnl
/freebsd/contrib/ntp/
H A DREADME.patches22 If you make your changes in the above order and then submit them,
34 Please read (and follow) the previous section if you want to submit
37 If you cannot easily get your patches to pogo, you may submit patches
H A DREADME.bk7 If you want to submit patches, please see the README.hackers file.
/freebsd/contrib/sendmail/cf/cf/
H A DMakefile17 SUBMIT= submit
54 ALL= submit.cf $(GENERIC) $(OTHER)
80 install-cf: install-sendmail-cf install-submit-cf
85 install-submit-cf: $(SUBMIT).cf
86 $(INSTALL) -c -o $(CFOWN) -g $(CFGRP) -m $(CFMODE) $(SUBMIT).cf ${DESTDIR}$(MAILDIR)/submit.cf
H A DREADME7 By default you need two .mc files: sendmail.mc and submit.mc. The
27 The name of the source file for "submit.cf" can be overridden by
H A Dsubmit.mc18 VERSIONID(`$Id: submit.mc,v 8.15 2013-11-22 20:51:08 ca Exp $')
/freebsd/sys/opencrypto/
H A Dcrypto.c1761 struct cryptop *crp, *submit; in crypto_dispatch_thread() local
1776 submit = NULL; in crypto_dispatch_thread()
1788 if (submit == NULL) in crypto_dispatch_thread()
1789 submit = crp; in crypto_dispatch_thread()
1793 if (submit != NULL) { in crypto_dispatch_thread()
1802 if (submit->crp_session->cap == cap) in crypto_dispatch_thread()
1805 submit = crp; in crypto_dispatch_thread()
1810 if (submit != NULL) { in crypto_dispatch_thread()
1811 TAILQ_REMOVE(&crp_q, submit, crp_next); in crypto_dispatch_thread()
1812 cap = submit->crp_session->cap; in crypto_dispatch_thread()
[all …]
/freebsd/
H A DCONTRIBUTING.md30 small, and have limited scope should be submitted. Do not submit pull requests
39 …ut 200 lines. Changes larger than this may be OK, or you may be asked to submit multiple pull requ…
50 * If you have run FreeBSD's sources through a static analysis tool, please don't submit the raw res…
135 integrate these patches and submit them upstream.
146 If you are a professor or teacher that wishes to have your students submit fixes
158 upstream is "active" and you should submit your patches there and let the last
160 more than 5 years, upstream is likely inactive so please submit the patch. We
/freebsd/contrib/googletest/
H A DCONTRIBUTING.md1 # How to become a contributor and submit your own code
24 If you are a Googler, please make an attempt to submit an internal contribution
25 rather than a GitHub Pull Request. If you are not able to submit internally, a
73 don't have to actually submit code in order to sign up. Your participation
/freebsd/contrib/expat/doc/
H A Dok.min.css2submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-… selector
/freebsd/contrib/sendmail/
H A DINSTALL27 6. Install sendmail.cf as /etc/mail/sendmail.cf and submit.cf as
28 /etc/mail/submit.cf. This can be done in the cf/cf by using
/freebsd/usr.sbin/periodic/etc/daily/
H A D500.queuerun24 if [ -f /etc/mail/submit.cf ]
H A D440.status-mailq40 if [ -f /etc/mail/submit.cf ] && mailq -Ac >/dev/null 2>&1
/freebsd/contrib/wpa/
H A DCONTRIBUTIONS117 have the right to submit it under the open source license
122 license and I have the right under that license to submit that
125 permitted to submit under a different license), as indicated
134 personal information I submit with it, including my sign-off) is
/freebsd/sys/contrib/device-tree/Bindings/powerpc/
H A Dibm,vas.txt4 to directly submit compression and other requests to Nest accelerators (NX)
/freebsd/contrib/libarchive/
H A DSECURITY.md8 You may submit the report in the following ways:
/freebsd/contrib/capsicum-test/
H A DCONTRIBUTING.md15 You generally only need to submit a CLA once, so if you've already submitted
/freebsd/contrib/llvm-project/compiler-rt/
H A DCREDITS.TXT3 LLVM/CompilerRT, please submit a patch to this file to add yourself, and it will be
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.c96 int submit = 0; in dt_sample_rate_limited() local
101 submit = 1; in dt_sample_rate_limited()
108 return !submit; in dt_sample_rate_limited()
/freebsd/crypto/openssl/
H A DHACKING.md21 If you plan to submit the changes you made to OpenSSL
/freebsd/sys/dev/ida/
H A Didavar.h116 void (*submit)(struct ida_softc *, struct ida_qcb *); member

1234