From 1b91bc6f2c032eaf0ea29fc03376ea8aed4ec385 Mon Sep 17 00:00:00 2001 From: Eivind Eklund Date: Tue, 3 Jul 2001 14:16:45 +0000 Subject: [PATCH] Use correct paths to postfix the way we install it --- share/man/man5/mailer.conf.5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man5/mailer.conf.5 b/share/man/man5/mailer.conf.5 index ea03309942c7..57bbe3418209 100644 --- a/share/man/man5/mailer.conf.5 +++ b/share/man/man5/mailer.conf.5 @@ -71,10 +71,10 @@ This example shows how to invoke a sendmail-workalike like Postfix in place of sendmail. .Bd -literal # Emulate sendmail using postfix -sendmail /usr/libexec/postfix/sendmail -send-mail /usr/libexec/postfix/sendmail -mailq /usr/libexec/postfix/sendmail -newaliases /usr/libexec/postfix/sendmail +sendmail /usr/local/sbin/sendmail +send-mail /usr/local/sbin/sendmail +mailq /usr/local/sbin/sendmail +newaliases /usr/local/sbin/sendmail .Ed .Sh FILES /etc/mail/mailer.conf