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

12345

/freebsd-10.0-release/etc/mail/
H A Dmailer.conf3 # Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail
5 sendmail /usr/libexec/sendmail/sendmail
6 send-mail /usr/libexec/sendmail/sendmail
7 mailq /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-10.0-release/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-10.0-release/etc/mtree/
H A DMakefile8 ${_BSD.sendmail.dist} \
19 _BSD.sendmail.dist= BSD.sendmail.dist
/freebsd-10.0-release/share/doc/smm/08.sendmailop/
H A DMakefile9 SRCDIR= ${.CURDIR}/../../../../contrib/sendmail/doc/op
/freebsd-10.0-release/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-10.0-release/etc/
H A Dhosts.allow51 sendmail : localhost : allow
52 #sendmail : .nice.guy.example.com : allow
53 #sendmail : .evil.cracker.example.com : deny
54 sendmail : ALL : allow
56 # Exim is an alternative to sendmail, available in the ports tree
H A Dnewsyslog.conf37 /var/log/sendmail.st 640 10 * 168 BN
/freebsd-10.0-release/usr.sbin/sendmail/
H A DMakefile6 SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
10 BINDIR= /usr/libexec/sendmail
12 PROG= sendmail
13 MAN= mailq.1 newaliases.1 aliases.5 sendmail.8
14 MLINKS+=sendmail.8 hoststat.8
15 MLINKS+=sendmail.8 purgestat.8
70 # User customizations to the sendmail build environment
/freebsd-10.0-release/usr.sbin/mailwrapper/
H A DMakefile14 SYMLINKS= ${BINDIR}/mailwrapper /usr/sbin/sendmail \
21 SYMLINKS+= /usr/libexec/sendmail/sendmail ${BINDIR}/mailwrapper
/freebsd-10.0-release/lib/libsmdb/
H A DMakefile3 SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
9 # User customizations to the sendmail build environment
/freebsd-10.0-release/share/man/man8/
H A DMakefile10 rc.sendmail.8 \
/freebsd-10.0-release/share/sendmail/
H A DMakefile3 # Doing a make install builds /usr/share/sendmail/
5 SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
10 DDIR= ${DESTDIR}/usr/share/sendmail
/freebsd-10.0-release/bin/rmail/
H A DMakefile4 SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
7 # Not much point this being static. It calls a shared sendmail...
26 # User customizations to the sendmail build environment
/freebsd-10.0-release/contrib/sendmail/src/
H A Dsysexits.c10 * the sendmail distribution.
14 #include <sendmail.h>
/freebsd-10.0-release/etc/rc.d/
H A Dvirecover54 sendmail -t < "${i}"
/freebsd-10.0-release/lib/libsmutil/
H A DMakefile3 SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
9 # User customizations to the sendmail build environment
/freebsd-10.0-release/libexec/mail.local/
H A DMakefile4 SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
24 # User customizations to the sendmail build environment
/freebsd-10.0-release/libexec/smrsh/
H A DMakefile4 SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
23 # User customizations to the sendmail build environment
/freebsd-10.0-release/usr.sbin/mailstats/
H A DMakefile4 SENDMAIL_DIR= ${.CURDIR}/../../contrib/sendmail
28 # User customizations to the sendmail build environment
/freebsd-10.0-release/etc/sendmail/
H A DMakefile9 SENDMAIL_DIR= ${.CURDIR}/../../contrib/sendmail
24 DEST_CF= ${DESTDIR}/etc/mail/sendmail.cf
32 # over /etc/mail/sendmail.cf!!!
73 /dev/null ${DESTDIR}/var/log/sendmail.st

Completed in 127 milliseconds

12345