diff options
author | eivind <eivind@FreeBSD.org> | 2001-07-03 14:16:45 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 2001-07-03 14:16:45 +0000 |
commit | 11248e9911b1108fab00f563691b1901794c57dd (patch) | |
tree | 3287a0e2a7abcf4b912930cd03efd8fbc1b89455 /share | |
parent | 5aa3adcdfbf412b52affde176533d5484de45d7d (diff) | |
download | FreeBSD-src-11248e9911b1108fab00f563691b1901794c57dd.zip FreeBSD-src-11248e9911b1108fab00f563691b1901794c57dd.tar.gz |
Use correct paths to postfix the way we install it
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/mailer.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/mailer.conf.5 b/share/man/man5/mailer.conf.5 index ea03309..57bbe34 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 |