Home
last modified time | relevance | path

Searched refs:sendmail (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/freebsd-14.2/etc/mail/
H A Dmailer.conf7 sendmail /usr/libexec/sendmail/sendmail
8 mailq /usr/libexec/sendmail/sendmail
9 newaliases /usr/libexec/sendmail/sendmail
10 hoststat /usr/libexec/sendmail/sendmail
11 purgestat /usr/libexec/sendmail/sendmail
H A DREADME4 As of sendmail 8.12, in order to improve security, the sendmail binary no
12 a sendmail daemon will still be started and bound only to the localhost
29 2. Return to using a set-user-ID root sendmail binary by changing the
30 ownership and permissions on the sendmail binary and removing the
32 chown root /usr/libexec/sendmail/sendmail
33 chmod 4755 /usr/libexec/sendmail/sendmail
54 These tools are discussed in /usr/share/sendmail/cf/README. Read the
56 additional tools can be found in /usr/share/sendmail/cf/cf/knecht.mc.
H A DMakefile92 .if exists(/usr/share/sendmail/cf)
93 SENDMAIL_CF_DIR?= /usr/share/sendmail/cf
94 .elif exists(/usr/src/contrib/sendmail/cf)
95 SENDMAIL_CF_DIR?= /usr/src/contrib/sendmail/cf
101 SENDMAIL_START_SCRIPT?= /etc/rc.d/sendmail
106 SENDMAIL?= /usr/sbin/sendmail
197 .if ${INSTALL_CF} != /etc/mail/sendmail.cf
198 ${INSTALL} -m ${SHAREMODE} ${INSTALL_CF} /etc/mail/sendmail.cf
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dsendmail3 # $File: sendmail,v 1.12 2022/10/31 13:22:26 christos Exp $
4 # sendmail: file(1) magic for sendmail config files
15 # https://www.sendmail.com/sm/open_source/docs/older_release_notes/
16 # freezed configuration file (dbm format?) created from sendmail.cf with -bz
17 # by older sendmail. til version 8.6 support for frozen configuration files is removed
19 # "sendmail -d0 -bt < /dev/null |grep -i Version" or "egrep '^DZ' /etc/sendmail.cf"
21 # normally only /etc/sendmail.fc or /var/adm/sendmail/sendmail.fc
31 # sendmail: file(1) magic for sendmail m4(1) files
34 # i.e. files in /usr/share/sendmail/cf/
36 0 string divert(-1)\n sendmail m4 text file
/freebsd-14.2/contrib/sendmail/
H A DFREEBSD-upgrade3 sendmail 8.18.1
4 originals can be found at: ftp://ftp.sendmail.org/pub/sendmail/
8 sendmail -> src
22 <sendmail@sendmail.org> for inclusion in the next vendor release.
30 contrib/sendmail/
43 etc/mtree/BSD.sendmail.dist
49 etc/sendmail/Makefile
50 etc/sendmail/freebsd.mc
52 etc/sendmail/freefall.mc
71 share/sendmail/Makefile
[all …]
H A DINSTALL2 Installing sendmail
4 **Note**: Starting with sendmail 8.12, sendmail is no longer set-user-ID
7 sendmail/SECURITY for more installation information.
15 3. In the sendmail/ directory, run "sh ./Build" (see sendmail/README for
19 file best matches your environment to sendmail.mc. Next, tailor it
21 "sh ./Build sendmail.cf".
23 5. Back up your current /etc/mail/sendmail.cf and the sendmail binary (whose
27 6. Install sendmail.cf as /etc/mail/sendmail.cf and submit.cf as
34 Then install the sendmail binary built in step 3 by cd-ing back to
35 sendmail/ and running "sh ./Build install".
[all …]
H A DREADME6 Report any bugs to sendmail-bugs-YYYY@support.sendmail.org
25 3. Read sendmail/README, especially:
32 d. sendmail/SECURITY
64 sendmail -v -bi
145 chmod 0600 /var/run/sendmail.pid /etc/mail/sendmail.pid
169 with the sendmail release. It is available at
179 sendmail/README
180 Details on compiling and installing sendmail.
182 Details on configuring sendmail.
254 relevant to sendmail) are:
[all …]
H A DKNOWNBUGS6 The following are bugs or deficiencies in sendmail that we are aware of
8 want to get the most up to date version of this from ftp.sendmail.org
9 in /pub/sendmail/KNOWNBUGS. For descriptions of bugs that have been
10 fixed, see the file RELEASE_NOTES (in the root directory of the sendmail
34 output, then sendmail may issue an error:
123 I've also had someone report the message ``sendmail: accept:
125 not in the sendmail source code, so I assume it is also a bug
133 The accept() in sendmail daemon loop can return ETIMEDOUT. An
136 Jun 9 17:14:12 hostname sendmail[207]: NOQUEUE: SYSERR(root):
200 sendmail will pass the message as 8-bit.
[all …]
/freebsd-14.2/contrib/sendmail/src/
H A DSECURITY6 # the sendmail distribution.
26 ** sendmail configuration without set-user-ID root **
29 sendmail needs to run as root for several purposes:
58 -r-xr-sr-x root smmsp ... /PATH/TO/sendmail
61 -r--r--r-- root wheel ... /etc/mail/sendmail.cf
86 /PATH/TO/sendmail -L sm-mta -bd -q1h
105 /PATH/TO/sendmail -L sm-msp-queue -Ac -q30m
121 sendmail.cf For the MTA (mail transmission agent)
124 /PATH/TO/sendmail -L sm-mta -bd -q1h
135 /PATH/TO/sendmail -L sm-msp-queue -Ac -q30m
[all …]
/freebsd-14.2/contrib/sendmail/smrsh/
H A DREADME2 README smrsh - sendmail restricted shell.
12 program mailer definition of sendmail(8). This README file describes
18 limits sendmail's scope of program execution to only those programs
114 sendmail to use the restricted shell. Save the current sendmail.cf
118 sendmail configuration file, sendmail.cf. This file is traditionally
132 In most Sun Microsystems' sendmail.cf files, the line is:
151 a search of the strings(1) output of the sendmail binary.
154 host.domain# /usr/lib/sendmail -bz
159 host.domain# cat /var/run/sendmail.pid
161 /usr/sbin/sendmail -bd -q30m
[all …]
/freebsd-14.2/usr.sbin/sendmail/
H A DMakefile5 PACKAGE=sendmail
6 SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
10 BINDIR= ${LIBEXECDIR}/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
/freebsd-14.2/contrib/sendmail/cf/ostype/
H A Dirix5.m411 # the sendmail distribution.
19 # - SGI's /etc/sendmail.cf defines also 'u' for local mailer flags -- you
23 # - SGI's /etc/sendmail.cf seems use: A=mail -s -d $u
25 # - SGI's /etc/sendmail.cf set's default uid and gid to 998 (guest)
28 # - helpfile is in /etc/sendmail.hf in SGI's /etc/sendmail.cf
36 ifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/var/sendmail.st')')dnl
H A Dirix6.m411 # the sendmail distribution.
19 # - SGI's /etc/sendmail.cf defines also 'u' for local mailer flags -- you
23 # - SGI's /etc/sendmail.cf seems use: A=mail -s -d $u
25 # - SGI's /etc/sendmail.cf set's default uid and gid to 998 (guest)
28 # - helpfile is in /etc/sendmail.hf in SGI's /etc/sendmail.cf
36 ifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/var/sendmail.st')')dnl
H A Dunicos.m48 # the sendmail distribution.
16 define(`HELP_FILE', `/usr/lib/sendmail.hf')
18 define(`STATUS_FILE', `/usr/lib/sendmail.st')
22 define(`confPID_FILE', `/etc/sendmail.pid')dnl
H A Dunicosmk.m48 # the sendmail distribution.
16 define(`HELP_FILE', `/usr/lib/sendmail.hf')
18 define(`STATUS_FILE', `/usr/lib/sendmail.st')
22 define(`confPID_FILE', `/etc/sendmail.pid')dnl
H A Dosf1.m411 # the sendmail distribution.
17 ifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/usr/adm/sendmail/sendmail.st')')dnl
/freebsd-14.2/usr.sbin/mailwrapper/
H A DMakefile16 mailwrapper /usr/sbin/sendmail
21 SYMLINKS+= ../libexec/sendmail/sendmail ${BINDIR}/mailwrapper
31 FILESDIR= ${SHAREDIR}/examples/sendmail
32 FILESPACKAGE= sendmail
/freebsd-14.2/contrib/sendmail/contrib/
H A Detrn.021 name for which sendmail(1M) accepts email and, for each
38 /etc/mail/sendmail.cf
39 sendmail configuration file
42 sendmail(1M), RFC 1985.
54 directory of the sendmail distribution through anonymous ftp
55 at ftp://ftp.sendmail.org/ucb/src/sendmail/.
H A Dbsdi.mc23 # /usr/share/sendmail/cf/sample.mc
25 # Do not edit /etc/sendmail.cf directly unless you cannot do what you
26 # want in the master config file (/usr/share/sendmail/cf/sample.mc).
27 # To create /etc/sendmail.cf from the master:
28 # cd /usr/share/sendmail/cf
29 # mv /etc/sendmail.cf /etc/sendmail.cf.save
30 # m4 < sample.mc > /etc/sendmail.cf
32 # Then kill and restart sendmail:
44 dnl # used to prevent those lines from appearing in the sendmail.cf.
51 dnl # FEATURE(nodns) to avoid having sendmail queue everything
[all …]
/freebsd-14.2/contrib/sendmail/libmilter/
H A DREADME3 The sendmail Mail Filter API (Milter) is designed to allow third-party
12 Starting with 8.13 sendmail is compiled by default with support for
16 http://sendmail-jilter.sourceforge.net/
24 does not need root access to communicate with sendmail. It is a
53 the sendmail source tree. Modify the compiler include references (-I)
171 % sendmail -bs
174 250 test.sendmail.com Hello testy@localhost, pleased to meet you
181 From: testy@test.sendmail.com
182 To: root@test.sendmail.com
189 221 2.0.0 test.sendmail.com closing connection
[all …]
/freebsd-14.2/share/sendmail/
H A DMakefile4 PACKAGE= sendmail
6 SENDMAIL_DIR= ${SRCTOP}/contrib/sendmail
8 CFPACKAGE= sendmail
14 DDIR= ${DESTDIR}${SHAREDIR}/sendmail
/freebsd-14.2/contrib/sendmail/cf/
H A Dsendmail.schema6 # the sendmail distribution.
8 # $Id: sendmail.schema,v 8.23 2013-11-22 20:51:07 ca Exp $
12 # via sendmail-YYYY@support.sendmail.org is encouraged (replace YYYY with
17 # sendmail: enterprise.6152
18 # sendmail-at: sendmail.3.1
19 # sendmail-oc: sendmail.3.2
/freebsd-14.2/usr.sbin/periodic/etc/daily/
H A D500.queuerun15 if [ ! -x /usr/sbin/sendmail ]
21 /usr/sbin/sendmail -q >/dev/null 2>&1 &
26 /usr/sbin/sendmail -q -Ac >/dev/null 2>&1 &
/freebsd-14.2/contrib/sendmail/cf/cf/
H A DREADME4 This document describes how to install the sendmail configuration files.
5 Please see ../README about the sendmail configuration files themselves.
7 By default you need two .mc files: sendmail.mc and submit.mc. The
15 If you use a different name than "sendmail" for your main .mc file"
/freebsd-14.2/etc/mtree/
H A DMakefile13 ${_BSD.sendmail.dist} \
24 _BSD.sendmail.dist= BSD.sendmail.dist

12345678910>>...12