summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjnemeth <jnemeth@pkgsrc.org>2007-10-16 09:34:18 +0000
committerjnemeth <jnemeth@pkgsrc.org>2007-10-16 09:34:18 +0000
commitbde483c816b572bb812ae6f94548cf3f2e21d7bf (patch)
tree8b6fb7a49b60b04961719a15253a81273ce24db8 /mail
parent7a16551a7131cd8a9108565dbc279ba4edac2df9 (diff)
downloadpkgsrc-bde483c816b572bb812ae6f94548cf3f2e21d7bf.tar.gz
add a note about updating mtree files to avoid insecurity complaint
Diffstat (limited to 'mail')
-rw-r--r--mail/sendmail/MESSAGE8
-rw-r--r--mail/sendmail813/MESSAGE7
2 files changed, 13 insertions, 2 deletions
diff --git a/mail/sendmail/MESSAGE b/mail/sendmail/MESSAGE
index bd628b24a7f..a952be84c8c 100644
--- a/mail/sendmail/MESSAGE
+++ b/mail/sendmail/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.5 2006/10/12 21:04:27 tv Exp $
+$NetBSD: MESSAGE,v 1.6 2007/10/16 09:34:18 jnemeth Exp $
To use "${PKGNAME}" as the system's mail transport agent you have
to install "${PREFIX}/share/examples/sendmail/mailer.conf" as global
@@ -7,6 +7,12 @@ mailwrapper configuration file. The command below will do that for you:
ln -fs ${PREFIX}/share/examples/sendmail/mailer.conf /etc/mailer.conf
+You should also add a line to /etc/mtree/special.local so you won't
+get a complaint in the daily insecurity e-mail like this:
+
+./etc/mailer.conf type=link mode=0444
+
+
If you are changing the database format used by sendmail you must run
"newaliases" and "makemap" in order to re-create the databases.
diff --git a/mail/sendmail813/MESSAGE b/mail/sendmail813/MESSAGE
index 23524117cef..9ed8402c8b3 100644
--- a/mail/sendmail813/MESSAGE
+++ b/mail/sendmail813/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2007/04/17 10:16:53 jnemeth Exp $
+$NetBSD: MESSAGE,v 1.2 2007/10/16 09:34:29 jnemeth Exp $
To use "${PKGNAME}" as the system's mail transport agent you have
to install "${PREFIX}/share/examples/sendmail/mailer.conf" as global
@@ -7,6 +7,11 @@ mailwrapper configuration file. The command below will do that for you:
ln -fs ${PREFIX}/share/examples/sendmail/mailer.conf /etc/mailer.conf
+You should also add a line to /etc/mtree/special.local so you won't
+get a complaint in the daily insecurity e-mail like this:
+
+./etc/mailer.conf type=link mode=0444
+
If you are changing the database format used by sendmail you must run
"newaliases" and "makemap" in order to re-create the databases.