#
e9ac4169 |
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
Revision tags: release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0 |
|
#
431b9b66 |
| 31-Jan-2023 |
Emmanuel Vadot <manu@FreeBSD.org> |
pkgbase: Put sendmail example in the sendmail package
Reviewed by: bapt Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D38297
|
Revision tags: release/12.4.0 |
|
#
a67b925f |
| 13-Oct-2022 |
Baptiste Daroussin <bapt@FreeBSD.org> |
mail: make The Dragonfly Mail Agent (dma) the default mta.
dma accepts mail from a local Mail User Agent (MUA) and delivers it locally or to a smarthost for delivery. dma does not accept inbound mai
mail: make The Dragonfly Mail Agent (dma) the default mta.
dma accepts mail from a local Mail User Agent (MUA) and delivers it locally or to a smarthost for delivery. dma does not accept inbound mail (i.e., it does not listen on port 25) and is not intended to provide the same functionality as a full MTA like postfix or sendmail. It is intended for use cases such as delivering cron(8) mail. which is the default configuration and usage of sendmail in the default setup of the base system.
In order to switch the default from sendmail to dma, we teach mailwrapper to fallback on dma directly if the mailer.conf file cannot be opened. We install by default a mailer.conf file which points at dma We install a mailer.conf file for sendmail in the examples.
Relnotes: yes Differential Revision: https://reviews.freebsd.org/D37035
show more ...
|
#
3467e28f |
| 18-Oct-2022 |
Baptiste Daroussin <bapt@FreeBSD.org> |
mailwrapper: create mailwrapper symlinks for dma(8)
The Dragonfy Mail Agent (dma) can be used with mailwrapper as a replacement for sendmail(8)
Even if mailwrapper and sendmail are disabled from th
mailwrapper: create mailwrapper symlinks for dma(8)
The Dragonfy Mail Agent (dma) can be used with mailwrapper as a replacement for sendmail(8)
Even if mailwrapper and sendmail are disabled from the build but dma is not create all the expect symlinks on mailwrapper and make mailwrapper a symlink to dma, the same way it was done before when mailwrapper is disabled by sendmail was not.
Discussed with: emaste
show more ...
|
Revision tags: release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0 |
|
#
70448a54 |
| 29-Jun-2020 |
Kyle Evans <kevans@FreeBSD.org> |
mailwrapper: switch mailer.conf to CONFS
This matches what was already being done in dma(8), and should again make this merge with etcupdate/mergemaster.
Reported by: jhb
|
Revision tags: release/11.4.0 |
|
#
cb99e935 |
| 02-Jun-2020 |
Kyle Evans <kevans@FreeBSD.org> |
pkgbase: resolve mailer.conf conflict WITHOUT_SENDMAIL
When WITHOUT_SENDMAIL is set, we end up with two different mailer.conf that conflict, and hilarity ensues. There's currently three different pl
pkgbase: resolve mailer.conf conflict WITHOUT_SENDMAIL
When WITHOUT_SENDMAIL is set, we end up with two different mailer.conf that conflict, and hilarity ensues. There's currently three different places that we might install mailer.conf:
- ^/etc/Makefile (package=runtime, contingent on MK_MAIL != no) - ^/libexec/dma/dmagent/Makefile (package=dma, contingent on MK_SENDMAIL != no) - ^/usr.sbin/mailwrapper/Makefile (package=utilities, contingent on not-installed)
The mailwrapper installation will effectively never happen because the ^/etc one will first.
This patch simplifies the whole situation; remove the ^/etc/Makefile version and install it primarily in mailwrapper if MK_MAILWRAPPER != "no". The scenarios covered in mailwrapper are:
- sendmail(8) is installed, dma(8) may or may not be installed - neither sendmail(8) nor dma(8) is installed
In the first scenario, sendmail(8) is dominant so we can go ahead and install the version in ^/etc/mail. In the unlisted scenario, sendmail(8) is not installed but dma(8) is, we'll let ^/libexec/dma/dmagent do the installation. In the second listed scenario, we still want to install an example mailer.conf so just install the base sendmail(8) version.
Reviewed by: bapt MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D24924
show more ...
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
#
4b49587c |
| 06-Jan-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r327341 through r327623.
|
#
8b081eaa |
| 02-Jan-2018 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Revert r326844
There has been some fallout from the change. The change itself was not valueable enough to spend time investigating the corner cases, let's just back it out.
Reported by: flo
|
#
b37b0924 |
| 14-Dec-2017 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Replace usage of fparselen(3) by a getline(3)
This allow to remove the dependency on libutil
|
Revision tags: release/10.4.0, release/11.1.0 |
|
#
ce9f2d31 |
| 07-Mar-2017 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Convert absolute links to relative links. Style.Makefile(9) has been ignored to produce minimal diffs.
Approved by: grehan (mentor) MFC after: 1 week
|
#
64a0982b |
| 04-Mar-2017 |
Enji Cooper <ngie@FreeBSD.org> |
usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output
MFC after: 1 month Sponsored by: Dell EMC Isilon
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0 |
|
#
98e0ffae |
| 27-May-2015 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge sync of head
|
#
d899be7d |
| 19-Jan-2015 |
Glen Barber <gjb@FreeBSD.org> |
Reintegrate head: r274132-r277384
Sponsored by: The FreeBSD Foundation
|
#
8f0ea33f |
| 13-Jan-2015 |
Glen Barber <gjb@FreeBSD.org> |
Reintegrate head revisions r273096-r277147
Sponsored by: The FreeBSD Foundation
|
#
840e7092 |
| 29-Nov-2014 |
Enji Cooper <ngie@FreeBSD.org> |
MFHead @ r275232
|
#
2c97f721 |
| 25-Nov-2014 |
Dimitry Andric <dim@FreeBSD.org> |
r274961 through r275075
|
#
c6db8143 |
| 25-Nov-2014 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Convert usr.sbin to LIBADD Reduce overlinking
|
Revision tags: release/10.1.0, release/9.3.0 |
|
#
6cec9cad |
| 03-Jun-2014 |
Peter Grehan <grehan@FreeBSD.org> |
MFC @ r266724
An SVM update will follow this.
|
#
414fdaf0 |
| 21-May-2014 |
Alan Somers <asomers@FreeBSD.org> |
IFC @266473
|
#
cc3f4b99 |
| 09-May-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head
|
#
c6063d0d |
| 06-May-2014 |
Warner Losh <imp@FreeBSD.org> |
Use src.opts.mk in preference to bsd.own.mk except where we need stuff from the latter.
|
Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
4f6fbcd5 |
| 12-Oct-2010 |
Mark Murray <markm@FreeBSD.org> |
Create the /bin/rmail symlink (which mailers such as postfix and Exim can use).
This is something I thought I committed MONTHS ago, but it appears that I fatfingered it and made a local commit.
Pas
Create the /bin/rmail symlink (which mailers such as postfix and Exim can use).
This is something I thought I committed MONTHS ago, but it appears that I fatfingered it and made a local commit.
Pass the pointy hat, please.
show more ...
|
Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0 |
|
#
1a0fda2b |
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
#
9199c09a |
| 06-Jan-2010 |
Warner Losh <imp@FreeBSD.org> |
Merge from head at r201628.
# This hasn't been tested, and there are at least three bad commits # that need to be backed out before the branch will be stable again.
|