bc5d806785
Don't install .cf files to /etc/mail directly at all; offer a message about how to install them instead. Don't create /etc/mail/statistics. Create mqueue dirs at install via MAKE_DIRS. Should fix PR pkg/20852. Make sure SMRSH_CMDDIR gets to the compile defs. Fixes PR pkg/34513.
21 lines
884 B
Text
21 lines
884 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.5 2006/10/12 21:04:27 tv Exp $
|
|
|
|
To use "${PKGNAME}" as the system's mail transport agent you have
|
|
to install "${PREFIX}/share/examples/sendmail/mailer.conf" as global
|
|
mailwrapper configuration file. The command below will do that for you:
|
|
|
|
ln -fs ${PREFIX}/share/examples/sendmail/mailer.conf /etc/mailer.conf
|
|
|
|
If you are changing the database format used by sendmail you must run
|
|
"newaliases" and "makemap" in order to re-create the databases.
|
|
|
|
You may also need to install (and/or customize) the configuration files
|
|
for Sendmail before it will be operational. "cd" to the directory
|
|
|
|
${PREFIX}/share/sendmail/cf
|
|
|
|
and read the file README for instructions on creating and installing
|
|
configuration files.
|
|
|
|
===========================================================================
|