The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=d525abd2771692b8da01e23bc6f3333c7dd7f669
commit d525abd2771692b8da01e23bc6f3333c7dd7f669 Author: Baptiste Daroussin <[email protected]> AuthorDate: 2022-12-06 07:30:19 +0000 Commit: Baptiste Daroussin <[email protected]> CommitDate: 2022-12-06 07:31:23 +0000 dma(8): add newaliases to mailer.conf Reported by: karels MFC After: 3 days --- 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
