diff options
author | jnemeth <jnemeth> | 2007-10-16 09:34:18 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2007-10-16 09:34:18 +0000 |
commit | 2634c24ba952d857cde1e3e3255fe537a6c0175b (patch) | |
tree | 8b6fb7a49b60b04961719a15253a81273ce24db8 /mail/sendmail/MESSAGE | |
parent | 2d703c65aa59d3168bf5ed715ba2595f7c53a3c4 (diff) | |
download | pkgsrc-2634c24ba952d857cde1e3e3255fe537a6c0175b.tar.gz |
add a note about updating mtree files to avoid insecurity complaint
Diffstat (limited to 'mail/sendmail/MESSAGE')
-rw-r--r-- | mail/sendmail/MESSAGE | 8 |
1 files changed, 7 insertions, 1 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. |