git: mailer.conf: Fix some issues.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Mar 29 02:54:23 PDT 2015
commit 1aa0974c540405ec1481b056b6b71c7fcc160e59
Author: Sascha Wildner <saw at online.de>
Date: Sun Mar 29 11:53:44 2015 +0200
mailer.conf: Fix some issues.
* dma(8) accepts being called as newaliases, causing it to parse the
aliases file, thereby checking its integrity, and erroring if
something is wrong, so allow it to do that. It also has code to
deal with being called as hoststat or purgestat, so allow that too.
* Use true(1)'s full path since /usr/bin isn't necessarily in the
path in all situations (such as when called from rc scripts).
Summary of changes:
etc/mail/mailer.conf | 14 +++++++-------
libexec/dma/mailer-conf/mailer.conf.dma | 6 +++---
libexec/dma/mailer-conf/mailer.conf.opensmtpd | 4 ++--
libexec/dma/mailer-conf/mailer.conf.postfix | 4 ++--
share/man/man5/mailer.conf.5 | 17 ++++++++---------
5 files changed, 22 insertions(+), 23 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1aa0974c540405ec1481b056b6b71c7fcc160e59
--
DragonFly BSD source repository
More information about the Commits
mailing list