Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
a99be61b |
| 06-Jul-2003 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Bow to popular demand and default SENDMAIL_SUBMIT_MC to `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 be
Bow to popular demand and default SENDMAIL_SUBMIT_MC to `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
show more ...
|
#
043fc4cb |
| 06-Jul-2003 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Style fixes: tab after a dependency operator should be a single space second level indent of tab should be four spaces
Submitted by: ru MFC after: 3 days
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0 |
|
#
a4d1b9a3 |
| 08-Feb-2003 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Allow multiple aliases files to be rebuilt
PR: bin/40540 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> MFC after: 3 days
|
Revision tags: release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2 |
|
#
d2893b16 |
| 29-Jul-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Drop support for COPY, -c has been the default mode of install(1) for a long time now.
Approved by: bde
|
Revision tags: release/4.6.1 |
|
#
0b87f799 |
| 18-Jul-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
s/${INSTALL} -c/${INSTALL} ${COPY}/
|
Revision tags: release/4.6.0_cvs |
|
#
34925ba6 |
| 24-May-2002 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Add a new make.conf knob, SENDMAIL_MAP_PERMS, which specifies the permissions to use for alias and map database files built by /etc/mail/Makefile. The default is 0640 to assist users in avoiding a f
Add a new make.conf knob, SENDMAIL_MAP_PERMS, which specifies the 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
show more ...
|
#
4a49265d |
| 23-Apr-2002 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
sys.mk no longer includes bsd.own.mk so I need to include it here for the definition of SHAREMODE.
Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com>
|
#
14d6d765 |
| 14-Apr-2002 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Provide a new make.conf knob, SENDMAIL_SUBMIT_MC to allow users to pick the .mc file used for /etc/mail/submit.cf. By default, /etc/mail/freebsd.submit.mc is installed and used.
Requested by: fenne
Provide a new make.conf knob, SENDMAIL_SUBMIT_MC to allow users to pick 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
show more ...
|
#
619b80c4 |
| 05-Apr-2002 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Quoting Peter Wemm, "At great personal risk, touch the sendmail startup again."
As an alternative to sendmail_enable=NONE, solve the boot time problem for non-sendmail users completely by moving all
Quoting Peter Wemm, "At great personal risk, touch the sendmail startup 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
show more ...
|
#
fffd793a |
| 04-Apr-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Back out last commit. (This file is installed under /etc/mail.)
Requested by: gshapiro
|
#
b8aa2e22 |
| 04-Apr-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Use a relative path to contrib/sendmail/cf.
|
#
278bc289 |
| 28-Mar-2002 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Update the /etc/mail/Makefile "start" target code to match the new startup logic and added a new set of targets for controlling the MSP queue runner (start-mspq, stop-mspq, and restart-mspq).
Remind
Update the /etc/mail/Makefile "start" target code to match the new startup 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
show more ...
|
#
a8247f3a |
| 17-Feb-2002 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Don't build a submit.cf file if SENDMAIL_SET_USER_ID is set
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
74cc11c2 |
| 20-Nov-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Handle the sendmail_outbound_enable knob in the start target.
PR: 32033 MFC after: 3 days
|
#
741741c2 |
| 09-Oct-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Do not clobber users hostname.mc file if freebsd.mc changes (likely after an installworld).
Submitted by: Steve Watt <steve@Watt.COM> MFC after: 2 days
|
#
9078d242 |
| 01-Aug-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Revert change to always include _FFR_TLS_O_T as it requires FEATURE(access_db)
Problem found by: nsayer
|
#
f88f925e |
| 23-Jul-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
If the user sets SENDMAIL_MC to /etc/mail/sendmail.mc, install is told to install /etc/mail/sendmail.cf to /etc/mail/sendmail.cf and exits with an error:
===> etc/sendmail install -c -o root -g whee
If the user sets SENDMAIL_MC to /etc/mail/sendmail.mc, install is told to 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
show more ...
|
#
f4843be9 |
| 23-Jul-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 when building a .cf file from a .mc file.
Include -D_FFR_TLS_O_T to enable tls policy control since the sendmail binary build enable
New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 when 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
show more ...
|
#
c0ceaffb |
| 15-May-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Allow users to add local Makefile targets.
Submitted by: dinoex MFC after: 7 days
|
#
f3850b54 |
| 15-May-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Make the default .mc file be `hostname`.mc if SENDMAIL_MC make.conf knob is not set. This allows admins to create a per-machine configuration file while leaving the freebsd.mc template pristine. Pr
Make the default .mc file be `hostname`.mc if SENDMAIL_MC make.conf knob 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
show more ...
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
67f58bb6 |
| 02-Apr-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Allow users to override the default map type used for building maps.
|
#
5d312ac1 |
| 02-Apr-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
The userdb database is different from the rest of the databases. It *must* be a btree.
PR: bin/26149
|
#
90c55192 |
| 13-Mar-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Read information from local rc.conf file(s) to get proper settings for 'make start'.
PR: conf/25639 Submitted by: Esa Karkkainen <ejk@pp.htv.fi>
|
#
457767e4 |
| 28-Feb-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Fix dependencies and use a better variable name
|
#
f2e560e1 |
| 22-Feb-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Revamp /etc/mail/Makefile:
+ 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 alias
Revamp /etc/mail/Makefile:
+ 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
show more ...
|