Home
last modified time | relevance | path

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

123

/freebsd-12.1/etc/sendmail/
H A DMakefile26 DEST_SUBMIT_CF= ${DESTDIR}/etc/mail/submit.cf
28 ALL= freebsd.cf freebsd.submit.cf
29 CLEANFILES= freebsd.cf freebsd.submit.cf
70 ${.CURDIR}/freebsd.submit.mc freebsd.submit.cf ${DESTDIR}/etc/mail
90 freebsd.submit.cf ${DEST_SUBMIT_CF}
/freebsd-12.1/etc/mail/
H A DMakefile77 SENDMAIL_SUBMIT_MC:= ${SENDMAIL_SUBMIT_MC}.submit.mc
80 ${CP} freebsd.submit.mc ${SENDMAIL_SUBMIT_MC}
196 install: install-cf install-submit-cf
205 install-submit-cf: ${INSTALL_SUBMIT_CF}
212 .if ${INSTALL_SUBMIT_CF} != /etc/mail/submit.cf
213 ${INSTALL} -m ${SHAREMODE} ${INSTALL_SUBMIT_CF} /etc/mail/submit.cf
H A DREADME22 by altering /etc/mail/freebsd.submit.mc (or setting SENDMAIL_SUBMIT_MC
24 'make install-submit-cf' in /etc/mail/. Change the FEATURE(msp) line
32 /etc/mail/submit.cf file:
35 rm /etc/mail/submit.cf
/freebsd-12.1/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
128 submit.cf For the MSP (mail submission program)
129 The MSP is used to submit e-mails, hence it is invoked
202 no submit.cf file is installed. See devtools/README about
H A DMakefile.m417 `${DESTDIR}/etc/mail/submit.cf ${DESTDIR}${MSPQ}'))dnl
/freebsd-12.1/etc/
H A Drc.sendmail158 if [ -r /etc/mail/submit.cf ]; then
178 if [ -r /etc/mail/submit.cf ]; then
206 if [ -r /etc/mail/submit.cf ]; then
/freebsd-12.1/sys/opencrypto/
H A Dcrypto.c1500 struct cryptop *crp, *submit; in crypto_proc() local
1517 submit = NULL; in crypto_proc()
1530 if (submit == NULL) in crypto_proc()
1531 submit = crp; in crypto_proc()
1535 if (submit != NULL) { in crypto_proc()
1548 submit = crp; in crypto_proc()
1555 if (submit != NULL) { in crypto_proc()
1556 TAILQ_REMOVE(&crp_q, submit, crp_next); in crypto_proc()
1557 hid = crypto_ses2hid(submit->crp_session); in crypto_proc()
1561 result = crypto_invoke(cap, submit, hint); in crypto_proc()
[all …]
/freebsd-12.1/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-12.1/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-12.1/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-12.1/usr.sbin/periodic/etc/daily/
H A D500.queuerun25 if [ -f /etc/mail/submit.cf ]
H A D440.status-mailq41 if [ -f /etc/mail/submit.cf ]
/freebsd-12.1/contrib/ipfilter/
H A DBugReport1 Please submit this information at SourceForge using this URL:
H A DSTYLE.TXT3 coding style than it had before. If you submit patches, I expect them to
/freebsd-12.1/contrib/wpa/
H A DCONTRIBUTIONS114 have the right to submit it under the open source license
119 license and I have the right under that license to submit that
122 permitted to submit under a different license), as indicated
131 personal information I submit with it, including my sign-off) is
/freebsd-12.1/contrib/compiler-rt/
H A DCREDITS.TXT3 LLVM/CompilerRT, please submit a patch to this file to add yourself, and it will be
/freebsd-12.1/sys/dev/ida/
H A Didavar.h118 void (*submit)(struct ida_softc *, struct ida_qcb *); member
/freebsd-12.1/contrib/gdb/gdb/
H A DCONTRIBUTE12 You may also want to submit your change so that can be considered for
107 People are encouraged to submit patches that extend
/freebsd-12.1/sys/contrib/zstd/
H A DCONTRIBUTING.md24 In order to accept your pull request, we need you to submit a CLA. You only need
/freebsd-12.1/sys/contrib/libsodium/
H A DTHANKS85 submit a pull request!)
/freebsd-12.1/contrib/openmp/
H A DCREDITS.txt3 LLVM/openmp, please submit a patch to this file to add yourself, and it will be
/freebsd-12.1/contrib/googletest/
H A DCONTRIBUTING.md1 # How to become a contributor and submit your own code
74 You don't have to actually submit code in order to sign up. Your participation

123