diff options
author | martti <martti@pkgsrc.org> | 2002-03-19 08:24:01 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-03-19 08:24:01 +0000 |
commit | e3eb9491e505ccbe666ed5f5d433c36ba22b0446 (patch) | |
tree | 6c48c460b502fb64fdc75dfb556a4f7ad01319bd | |
parent | f4e9e7e783c3f7d2795d6af2f2e617a1619c3d24 (diff) | |
download | pkgsrc-e3eb9491e505ccbe666ed5f5d433c36ba22b0446.tar.gz |
Fixed path to the postfix's sendmail program. Noted by mipam in
a private mail.
-rw-r--r-- | mail/postfix/files/mailer.conf | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/mail/postfix/files/mailer.conf b/mail/postfix/files/mailer.conf index be55f411480..0a2a0f54529 100644 --- a/mail/postfix/files/mailer.conf +++ b/mail/postfix/files/mailer.conf @@ -1,8 +1,10 @@ -# $NetBSD: mailer.conf,v 1.4 2001/03/20 13:02:04 hubertf Exp $ +# $NetBSD: mailer.conf,v 1.5 2002/03/19 08:24:01 martti Exp $ # # Use "postfix" as replacement for "sendmail". # -sendmail @@PREFIX@@/libexec/postfix/sendmail -send-mail @@PREFIX@@/libexec/postfix/sendmail -mailq @@PREFIX@@/libexec/postfix/sendmail -newaliases @@PREFIX@@/libexec/postfix/sendmail +sendmail @@PREFIX@@/sbin/sendmail +send-mail @@PREFIX@@/sbin/sendmail +mailq @@PREFIX@@/sbin/sendmail +newaliases @@PREFIX@@/sbin/sendmail +hoststat @@PREFIX@@/sbin/sendmail +purgestat @@PREFIX@@/sbin/sendmail |