Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Document additional line required to emulate sendmail us...



details:   https://anonhg.NetBSD.org/src/rev/9f7bf3bd34da
branches:  trunk
changeset: 540019:9f7bf3bd34da
user:      rtr <rtr%NetBSD.org@localhost>
date:      Sun Dec 01 11:36:53 2002 +0000

description:
Document additional line required to emulate sendmail using postfix.
Without line error will be appended to mailed output of daily script.
Solves part of PR bin/18800
Patch provided by Ryo HAYASAKA <ryoh%jaist.ac.jp@localhost>

diffstat:

 etc/mailer.conf |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r b6c7c1ccd74c -r 9f7bf3bd34da etc/mailer.conf
--- a/etc/mailer.conf   Sun Dec 01 11:35:33 2002 +0000
+++ b/etc/mailer.conf   Sun Dec 01 11:36:53 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mailer.conf,v 1.5 2002/10/17 16:52:40 soren Exp $
+#      $NetBSD: mailer.conf,v 1.6 2002/12/01 11:36:53 rtr Exp $
 #
 # Execute the "real" Sendmail program
 #
@@ -13,5 +13,6 @@
 # Run Sendmail compatible Postfix commands
 #
 #sendmail      /usr/libexec/postfix/sendmail
+#send-mail     /usr/libexec/postfix/sendmail
 #mailq         /usr/libexec/postfix/sendmail
 #newaliases    /usr/libexec/postfix/sendmail



Home | Main Index | Thread Index | Old Index