Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/mailwrapper Use postfix as an example
details: https://anonhg.NetBSD.org/src/rev/cb371b563bd9
branches: trunk
changeset: 473329:cb371b563bd9
user: christos <christos%NetBSD.org@localhost>
date: Sat May 29 18:18:30 1999 +0000
description:
Use postfix as an example
diffstat:
usr.sbin/mailwrapper/mailer.conf.5 | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r 3837fc21a8d9 -r cb371b563bd9 usr.sbin/mailwrapper/mailer.conf.5
--- a/usr.sbin/mailwrapper/mailer.conf.5 Sat May 29 18:18:15 1999 +0000
+++ b/usr.sbin/mailwrapper/mailer.conf.5 Sat May 29 18:18:30 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mailer.conf.5,v 1.1 1999/03/25 16:40:17 is Exp $
+.\" $NetBSD: mailer.conf.5,v 1.2 1999/05/29 18:18:30 christos Exp $
.\"
.\" Copyright (c) 1998
.\" Perry E. Metzger. All rights reserved.
@@ -69,10 +69,11 @@
This example shows how to invoke the fictitious "newmail" program in
place of sendmail.
.Bd -literal
-# Execute the "real" sendmail program, named /usr/local/sbin/newmail
-sendmail /usr/local/sbin/newmail
-mailq /usr/local/sbin/newmail
-newaliases /usr/local/sbin/newmail
+# 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
.Ed
.Sh FILES
/etc/mailer.conf
Home |
Main Index |
Thread Index |
Old Index