Searched refs:sendmail (Results 1 - 25 of 113) sorted by relevance

12345

/freebsd-11-stable/etc/mail/
H A Dmailer.conf3 # Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail
5 sendmail /usr/libexec/sendmail/sendmail
6 mailq /usr/libexec/sendmail/sendmail
7 newaliases /usr/libexec/sendmail/sendmail
[all...]
H A DMakefile5 # file and database maps for the sendmail(8) daemon.
12 # aliases - Build the sendmail aliases
13 # install - Install the .cf file as /etc/mail/sendmail.cf
16 # start - Start both the sendmail MTA daemon and MSP queue running
19 # stop - Stop both the sendmail MTA daemon and MSP queue running
21 # restart - Restart both the sendmail MTA daemon and MSP queue running
25 # start-mta - Start the sendmail MTA daemon with the flags defined in
27 # stop-mta - Stop the sendmail MTA daemon
28 # restart-mta - Restart the sendmail MTA daemon
31 # start-mspq - Start the sendmail MS
[all...]
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Ddebug.c7 * the sendmail distribution.
11 #include <sendmail.h>
H A Dcf.c7 * the sendmail distribution.
11 #include <sendmail.h>
13 #include <sendmail/pathnames.h>
20 ** For others: returns submit.cf or sendmail.cf depending
58 cflocation = ni_propval("/locations", NULL, "sendmail",
70 cflocation = ni_propval("/locations", NULL, "sendmail",
71 "sendmail.cf", '\0');
H A Dlockfile.c10 * the sendmail distribution.
14 #include <sendmail.h>
H A Dsnprintf.c10 * the sendmail distribution.
14 #include <sendmail.h>
H A Derr.c7 * the sendmail distribution.
11 #include <sendmail.h>
/freebsd-11-stable/libexec/dma/dmagent/
H A Dmailer.conf3 sendmail /usr/libexec/dma
/freebsd-11-stable/share/doc/smm/08.sendmailop/
H A DMakefile9 SRCDIR= ${.CURDIR}/../../../../contrib/sendmail/doc/op
/freebsd-11-stable/etc/periodic/daily/
H A D500.queuerun16 if [ ! -x /usr/sbin/sendmail ]
18 echo '$daily_queuerun_enable is set but /usr/sbin/sendmail' \
22 /usr/sbin/sendmail -q >/dev/null 2>&1 &
27 /usr/sbin/sendmail -q -Ac >/dev/null 2>&1 &
/freebsd-11-stable/etc/mtree/
H A DMakefile12 ${_BSD.sendmail.dist} \
27 _BSD.sendmail.dist= BSD.sendmail.dist
/freebsd-11-stable/usr.sbin/mailwrapper/
H A DMakefile17 mailwrapper /usr/sbin/sendmail
20 SYMLINKS+= ../libexec/sendmail/sendmail ${BINDIR}/mailwrapper
/freebsd-11-stable/libexec/mail.local/
H A DMakefile4 PACKAGE=sendmail
5 SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
21 # User customizations to the sendmail build environment
/freebsd-11-stable/share/sendmail/
H A DMakefile3 # Doing a make install builds /usr/share/sendmail/
5 PACKAGE= sendmail
7 SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
9 CFPACKAGE= sendmail
15 DDIR= ${DESTDIR}${SHAREDIR}/sendmail
/freebsd-11-stable/usr.sbin/sendmail/
H A DMakefile2 # $FreeBSD: stable/11/usr.sbin/sendmail/Makefile 363466 2020-07-24 00:23:26Z gshapiro $
6 PACKAGE=sendmail
7 SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
11 BINDIR= ${LIBEXECDIR}/sendmail
13 PROG= sendmail
14 MAN= mailq.1 newaliases.1 aliases.5 sendmail.8
15 MLINKS+=sendmail.8 hoststat.8
16 MLINKS+=sendmail.8 purgestat.8
65 # User customizations to the sendmail build environment
/freebsd-11-stable/bin/rmail/
H A DMakefile4 PACKAGE=sendmail
5 SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
8 # Not much point this being static. It calls a shared sendmail...
23 # User customizations to the sendmail build environment
/freebsd-11-stable/libexec/smrsh/
H A DMakefile4 PACKAGE=sendmail
5 SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
20 # User customizations to the sendmail build environment
/freebsd-11-stable/lib/libmilter/
H A DMakefile5 PACKAGE=sendmail
6 SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
18 # User customizations to the sendmail build environment
/freebsd-11-stable/contrib/sendmail/src/
H A Dsysexits.c10 * the sendmail distribution.
14 #include <sendmail.h>
/freebsd-11-stable/etc/rc.d/
H A Dvirecover55 sendmail -t < "${i}"
/freebsd-11-stable/lib/libsmutil/
H A DMakefile4 SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
10 # User customizations to the sendmail build environment
/freebsd-11-stable/usr.bin/vacation/
H A DMakefile3 SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
19 # User customizations to the sendmail build environment
/freebsd-11-stable/usr.sbin/mailstats/
H A DMakefile4 SENDMAIL_DIR= ${SRCTOP}/contrib/sendmail
21 # User customizations to the sendmail build environment
/freebsd-11-stable/usr.sbin/makemap/
H A DMakefile4 SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
21 # User customizations to the sendmail build environment
/freebsd-11-stable/usr.sbin/praliases/
H A DMakefile4 SENDMAIL_DIR= ${SRCTOP}/contrib/sendmail
21 # User customizations to the sendmail build environment

Completed in 159 milliseconds

12345