Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jan 2023 08:52:43 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: dc730e70a4fb - stable/13 - dma(8): add newaliases to mailer.conf
Message-ID:  <202301250852.30P8qh2d011958@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by bapt:

URL: https://cgit.FreeBSD.org/src/commit/?id=dc730e70a4fb666f9217b2c9c8afff8cbf922650

commit dc730e70a4fb666f9217b2c9c8afff8cbf922650
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-12-06 07:30:19 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-01-25 08:52:29 +0000

    dma(8): add newaliases to mailer.conf
    
    Reported by:    karels
    MFC After:      3 days
    
    (cherry picked from commit d525abd2771692b8da01e23bc6f3333c7dd7f669)
---
 libexec/dma/dmagent/mailer.conf | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/libexec/dma/dmagent/mailer.conf b/libexec/dma/dmagent/mailer.conf
index 20ebf5cb673e..c2cdf57d4adc 100644
--- a/libexec/dma/dmagent/mailer.conf
+++ b/libexec/dma/dmagent/mailer.conf
@@ -1,4 +1,5 @@
 # $FreeBSD$
 
-sendmail  /usr/libexec/dma
-mailq     /usr/libexec/dma
+sendmail	/usr/libexec/dma
+mailq		/usr/libexec/dma
+newaliases	/usr/libexec/dma



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301250852.30P8qh2d011958>