Date: Fri, 16 Dec 2022 15:13:45 GMT From: Mike Karels <karels@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b939fe5ff184 - main - dma mailer.conf: add comments, including pointer for sendmail Message-ID: <202212161513.2BGFDjJ1070103@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by karels: URL: https://cgit.FreeBSD.org/src/commit/?id=b939fe5ff184667e02b5904c696587e0f1f367af commit b939fe5ff184667e02b5904c696587e0f1f367af Author: Mike Karels <karels@FreeBSD.org> AuthorDate: 2022-12-16 15:12:39 +0000 Commit: Mike Karels <karels@FreeBSD.org> CommitDate: 2022-12-16 15:12:39 +0000 dma mailer.conf: add comments, including pointer for sendmail Add comments analogous to those that are in the sendmail mailer.conf, including a pointer to /usr/share/examples/sendmail/mailer.conf. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D37711 --- libexec/dma/dmagent/mailer.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libexec/dma/dmagent/mailer.conf b/libexec/dma/dmagent/mailer.conf index c2cdf57d4adc..471ed5ac4edd 100644 --- a/libexec/dma/dmagent/mailer.conf +++ b/libexec/dma/dmagent/mailer.conf @@ -1,4 +1,9 @@ # $FreeBSD$ +# +# mailer.conf for use with dma(8) +# +# If sendmail is configured, an example of mailer.conf that uses sendmail +# instead can be found in /usr/share/examples/sendmail. sendmail /usr/libexec/dma mailq /usr/libexec/dma
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212161513.2BGFDjJ1070103>