| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Submitted by: jens
|
| |
|
|
|
|
|
|
|
|
|
|
| |
`hostname`.submit.mc which is templated from freebsd.submit.mc if the
default file does not exist. This makes the building of the submit.cf
behavior identical to that of the the sendmail.cf.
PR: 44256
Submitted by: Matt Emmerton <matt@gsicomp.on.ca>
MFC after: 5 days
|
|
|
|
|
|
|
| |
second level indent of tab should be four spaces
Submitted by: ru
MFC after: 3 days
|
|
|
|
| |
Approved by: re@ (scottl)
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
| |
PR: bin/40540
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
MFC after: 3 days
|
|
|
|
|
|
| |
users who want to enable it.
PR: misc/39951
|
|
|
|
|
|
| |
for a long time now.
Approved by: bde
|
| |
|
|
|
|
| |
Reviewed by: gshapiro
|
| |
|
|
|
|
|
|
|
|
|
| |
permissions to use for alias and map database files built by
/etc/mail/Makefile. The default is 0640 to assist users in avoiding
a file locking local denial of service.
MFC after: 1 day
pending RE approval
|
|
|
|
|
|
|
|
|
|
| |
Apparently binding only to 127.0.0.1 inside of a jail actually binds
to the jail IP address as well (in effect, bind to all available
interfaces in the jail).
Submitted by: Helge Oldach <test-smtp@oldach.net>
MFC after: 1 day
pending RE approval
|
|
|
|
|
|
| |
Submitted by: Marius Strom <marius@marius.org>
MFC after: 1 day
and RE approval
|
|
|
|
|
|
| |
the definition of SHAREMODE.
Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com>
|
|
|
|
|
|
| |
make.conf knob.
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
the .mc file used for /etc/mail/submit.cf. By default,
/etc/mail/freebsd.submit.mc is installed and used.
Requested by: fenner
Submitted by: ume
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
symlinks to the sendmail binary but in FreeBSD's case, they are
symlinks to mailwrapper.
Submitted by: tisco
MFC after: 4 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
again."
As an alternative to sendmail_enable=NONE, solve the boot time problem
for non-sendmail users completely by moving all of the sendmail startup
code from /etc/rc to /etc/rc.sendmail. The source for that script will
be kept in src/etc/sendmail/rc.sendmail so make.conf's NO_SENDMAIL will
prevent it from being installed. A new rc.conf variable,
mta_start_script specifies the script to run to start the user's
preferred MTA. For backward compatibility, it will default to
/etc/rc.sendmail. The specified script is called out of /etc/rc after
checking to make sure it exists. A new rc.sendmail.8 man page has also
been added which now houses the sendmail_* variable descriptions
formerly in rc.conf.5.
Use /etc/rc.sendmail in /etc/mail/Makefile to reduce code duplication.
Reviewed by: -current, -stable, obrien, peter, ru
MFC after: 1 week
|
|
|
|
| |
Requested by: gshapiro
|
| |
|
|
|
|
|
|
|
|
| |
logic and added a new set of targets for controlling the MSP queue runner
(start-mspq, stop-mspq, and restart-mspq).
Reminded by: Mark Santcroos <marks@ripe.net>
MFC after: 1 week
|
| |
|
| |
|
|
|
|
|
|
| |
works and ways to work around common problems people might have.
Include information on reverting to a set-user-ID root sendmail binary in
case anyone really needs to do this.
|
| |
|
| |
|
|
|
|
|
| |
Reminded by: sheldonh
MFC after: 3 days
|
|
|
|
|
| |
PR: 32033
MFC after: 3 days
|
|
|
|
|
|
|
| |
installworld).
Submitted by: Steve Watt <steve@Watt.COM>
MFC after: 2 days
|
|
|
|
| |
Problem found by: nsayer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
install /etc/mail/sendmail.cf to /etc/mail/sendmail.cf and exits with an
error:
===> etc/sendmail
install -c -o root -g wheel -m 644 /etc/mail/sendmail.cf /etc/mail/sendmail.cf
install: /etc/mail/sendmail.cf and /etc/mail/sendmail.cf are the same file
*** Error code 64
Catch this in the Makefile and don't call install if the source and target
are the same file.
Reported by: Alexandr Listopad <laa@reis.zp.ua>
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
building a .cf file from a .mc file.
Include -D_FFR_TLS_O_T to enable tls policy control since the sendmail binary
build enables that FFR as well.
PR: conf/28361
MFC after: 1 week
|
|
|
|
|
| |
Submitted by: dinoex
MFC after: 7 days
|
|
|
|
|
|
|
|
|
| |
is not set. This allows admins to create a per-machine configuration file
while leaving the freebsd.mc template pristine. Provide a rule to create
`hostname`.mc from freebsd.mc if it doesn't exist.
PR: misc/26299
MFC after: 8 days
|
| |
|
|
|
|
|
|
| |
be a btree.
PR: bin/26149
|
|
|
|
|
|
|
| |
'make start'.
PR: conf/25639
Submitted by: Esa Karkkainen <ejk@pp.htv.fi>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
+ Add support for the new SENDMAIL_MC make.conf knob
+ Add the ability to build .cf files from .mc files
+ Generalize map rebuilding
+ Add the ability to rebuild the aliases file
+ Add the ability to stop, start, and restart sendmail
PR: bin/13759, bin/19897, bin/24397
|
|
|
|
|
| |
PR: conf/23105
Submitted by: Matthew West, mwest@uct.ac.za
|
|
|
|
| |
Submitted by: asmodai
|
|
|
|
|
| |
PR: misc/22261
Submitted by: Michael Bryan <fbsd-security@ursine.com>
|
|
|
|
|
| |
PR: misc/22262
Submitted by: Michael Bryan <fbsd-security@ursine.com>
|
|
|
|
|
|
| |
/usr/share/sendmail/cf.
PR: 19790
|
|
|
|
|
|
| |
Beyond changes to the build system, this includes fixing up the sample
freebsd.mc configuration for changes in defaults and syntax, removing
outdated documentation, and updating the release notes.
|
|
|
|
| |
to a useful condition.
|
|
|
|
|
|
|
|
|
|
| |
as well as rename access.txt back to the standard access. Also modify
the Makefile to know how to build hashes for each of these databases.
If one of the databases is missing when Make is run, use a commented
out version of the sample.
Reviewed by: peter
Approved by: jkh
|